Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6151899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:50:15+00:00 2026-05-23T19:50:15+00:00

I have to perform some image editing operation like cropping, gray scale, rotating image,

  • 0

I have to perform some image editing operation like cropping, gray scale, rotating
image, Polaroid-effects etc.

From these I found some of functionality like cropping, gray scale. But from this we have to manage separate functions iN there. Is there any valid API or Library available for iPhone to perform image processing?

I use the following function for cropping:

-(UIImage *)imageByCropping:(UIImage *)imageToCrop toRect:(CGRect)rect
{
    CGImageRef imageRef = CGImageCreateWithImageInRect([imageToCrop CGImage], rect);
    UIImage *cropped = [UIImage imageWithCGImage:imageRef];
    CGImageRelease(imageRef);
    return cropped;
}

for this I have not idea, how to set cropping rectangle on my actual image…and how to re-size that rectangle.

Is there any method in iPhone like Android we direct crop image after capture image… by setting it`s some property we can achieve this in iPhone.

for gray scale I found something here, but for this if we perform Polaroid effect we have to manage separate enums…,

I found one Image Magik API for this but many people said apple reject app due to private API.and also not get how to use it.

If for this or any-other API available than tell me about it and its tutorial.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:50:16+00:00Added an answer on May 23, 2026 at 7:50 pm

    check the Quartz Demo code sample by apple… especially QuartzClippingView and QuartzMaskingView…

    and if you want to learn core graphics basics for image editing, a quick look at Quartz 2D Programming Guide and Drawing and Printing Guide would really help…

    also, if you are planning to go for better cropping check Cropped Image .. this is for mac but it can be useful for creating similar implementation for iPhone by using Cocoa Touch counterparts of the same classes they have used e.g. instead of NSBezierPath for mac use UIBezierPath for iPhone …

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a LinkButton that has to postback to perform some logic. Once it
I have coded some JavaScript to perform an ajax call in an asp.net application.
I have a script that performs some simple editing which works fine, the problem
I have a two part question Best-Practice I have an algorithm that performs some
I have to perform 3 operations in a windows app as a Transaction. These
I have an application that uses DataTables to perform grouping, filtering and aggregation of
I have several customers where my WinForms app does not perform as well as
I have a few things that I cannot find a good way to perform
I have developed a build system on MSBuild (NET 3.0) and cc.net to perform
I have a big red button and I'm trying to use javascript to perform

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.