CGImage represents a drawable image object in Core Graphics (the low-level procedural drawing API for iOS and Mac OS X).
0
votes
1answer
24 views
XCode: potential leak of an object stored into 'cgImage'
I am getting a " potential leak" warning when I run Analyze. It's related to the line below. I am using ARC, though I understand that a CGImage is not released under ARC.
textureColor = [UIColor ...
0
votes
1answer
15 views
how to solve “ImageIO: JPEG Application transferred too few scanlines”
When I save the image to the album, it failed.
error info: PEG Application transferred too few scanlines
Anyone has ever met this? Thanks.
// make data provider with data.
Float32 picSize = ...
0
votes
0answers
21 views
drawing mask and rendering out the result to image iOS
I am drawing an image in a mask, which is working perfectly in the device display,
imageView.layer.mask = maskLayer;
BUT when I render the image using renderInContext (for image output) the mask ...
0
votes
1answer
17 views
Xcode: get lighting information of a picture or predominant color
I need to detect the predominant color or the ligthing of a picture.
It is possible? And how?
It is possibile to extract that data from a CGIMAGE?
Thanks
2
votes
1answer
108 views
UIImage RBG Values Change when Saved to Device Library
I am working on a project that requires image pixel manipulation. What I am doing now is using UIImagePicker to receive a UIImage from the devices library. I then convert it to a CGImage, get the RBG ...
0
votes
2answers
24 views
Image rotating left when taking picture with iPad
In the application I'm working at you can take a picture with the iPad camera. After that using CoreGraphics you can draw shapes on that image.
At first the image was upside down and mirrored. I ...
2
votes
1answer
41 views
Colors are slightly different when creating new image from UIImage with UIGraphics and CGImage
I am using a UIImageView with contentMode:UIViewContentModeScaleAspectFill which contains an image that does not fill the UIImageView entirely.
For example the UIImageView has the size: ...
0
votes
0answers
35 views
Making sense of caching and loading CGImageSource
I am testing jpg image loading and caching approaches on the iPad, but am not sure i have full understanding of all available options. So far i was using for loading
CGImageSourceCreateImageAtIndex
...
1
vote
1answer
49 views
Memory leak attaching multiple photos in MFMailComposerViewController
I am trying to attach multiple photos in a MailComposerViewController and I am using ALAssetPickerViewController to pick multiple photos. I have an NSMutableArray, which contains reference of selected ...
2
votes
1answer
71 views
Why is my image's Bytes per Row more than its Bytes per Pixel times its Width?
I'm converting images to a MOV file, and had an interesting thing happen to me. I logged my bits per color component, bits per pixel, and bytes per row. Here's my code:
NSLog(@"Image width: %d, ...
0
votes
1answer
74 views
How do I capture a zoomed UIImageView inside of a Scrollview to crop?
Problem:
Cropping with the image zoomed out is fine.
Cropping with the image zoomed in is showing the image above what is should be.
The yOffset I have in there is because the crop square I want ...
1
vote
1answer
33 views
CIBloom makes image smaller
I'm using CIBloom to blur some text inside a CGImage, but what is happening is the CIBloom filter seems to be making my image very slightly smaller.
The effect is worse when the filter kernel is made ...
4
votes
3answers
244 views
Image segmentation for iOS
I need a way to transform image containing human into a image containing only body sihlouette in one color. First i took a look at Canny edge detector (OpenCV implementation), but this may lead to ...
0
votes
1answer
37 views
Variable size of CGContext
I'm currently using a UIGraphicsBeginImageContext(resultingImageSize); to create an image.
But when I call this function, I don't know exactly the width of resultingImageSize.
Indeed, I developed ...
0
votes
1answer
48 views
CGImage float format requires byte swapping?
I am doing some image processing work which requires floating point grayscale image data. The method -imagePlanarFData: below is presently how I'm extracting this data from an input CIImage:
- ...
1
vote
1answer
83 views
Set alpha of some pixels to zero
Let's say I have 2 images, one on top of the other. I want to set a portion of the top image's pixel's alpha values to zero so I get this effect illustrated below:
The brown is the top image, and ...
0
votes
1answer
95 views
Monotouch - Correcting upside down image rotation
I have been using mono for a short while and one of the issues I came upon was that loading an image into a CGImage object would end up with the image being flipped vertically. This was the code I was ...
-1
votes
1answer
107 views
Objective c - UIImage resizing issue
I have a resource (.png file) that show a picture frame (border).
This .png file is size 100x100px, and the border width is 10px.
My Question:
How can I create another UIImage from this image, ...
0
votes
1answer
99 views
UIImage byte order was changed [closed]
I am using [uiImage drawAtPoint] to draw a new image. But it turns out that the color gets changed. My original image uiImage is red while the generated image newImage is blue. Here is my code:
...
0
votes
1answer
96 views
How to save a UIImage with a mask
I have a UIImageView that can be moved/scaled (self.imageForEditing). On top of this image view I have an overlay with a hole cut out, which is static and can't be moved. I need to save just the part ...
1
vote
2answers
60 views
BAD_ACCESS when trying to free data when UIView to UIImage
I intended to take a snapshot of a UIView that drawed by OpenGL ES into an UIImage, here is the code I used:
if(context){
[EAGLContext setCurrentContext:context];
...
1
vote
1answer
68 views
Capture specific CALayer (and subviews) to a video file (or data) in Real Time
I have a UIView (with its CALayer) which has a UIImageView as a sub-view.
The UIImageView is animated (imageView.animationImages).
I would like to capture the currently played animation to a video ...
0
votes
1answer
68 views
kCGImageStatusUnknownType when calling CGImageSourceCreateWithDataProvider from UIGraphicsGetImageFromCurrentImageContext
I'm trying to create a CGImageSourceRef from a CGDataProviderRef. The CGDataProviderRef comes from a UIImage that was created with UIGraphicsGetImageFromCurrentImageContext. When I do this and check ...
0
votes
2answers
117 views
Cropping UIImage in any image resolution [duplicate]
Possible Duplicate:
Cropping a UIImage
I saw many tutorials about cropping images and am trying my luck but with no success.
I need to crop the image from AVFoundation. Since when the ...
2
votes
2answers
494 views
Getting a CGImage from CIImage
I have a UIImage which is loaded from a CIImage with:
tempImage = [UIImage imageWithCIImage:ciImage];
The problem is I need to crop tempImage to a specific CGRect and the only way I know how to do ...
3
votes
1answer
474 views
Properly crop an image obtained from the photo library
I've been working on this all day, and have looked at lots of questions here on SO and google, but so far I can't come up with anything quite right.
I have taken a photo on an iPad running iOS 5.1.1 ...
0
votes
1answer
95 views
CGI-image from Javascript in UIWebView Xcode
my problem is this - I have a UIWebView, which loads a local html file. This html file is javascript, which refers to mimetex.cgi this site - http://planetcalc.ru/cgi-bin/mimetex.cgi
Question - can I ...
0
votes
0answers
47 views
CGI-image from Javascript in UIWebView Objective-c
my problem is this - I have a UIWebView, which loads a local html file. This html file is javascript, which refers to mimetex.cgi this site - http://planetcalc.ru/cgi-bin/mimetex.cgi
Question - can I ...
1
vote
0answers
152 views
CoreGraphics - CGImage: Get color of a specific pixel
I try to calculate the percentage of black/white part of an image. But, the result I have is not logic. Take a look:
unsigned char *data = CGBitmapContextGetData(contextMask);
int offset = 0;
if ...
1
vote
2answers
216 views
CGImageRef cg = [[UIImage imageNamed: Path] CGImage]; Requires a CGImageRelease(cg)'?
I am trying to read the ARGB pixels from a an image asset in iOS. For that, I need a CGImageRef I can use to get its CGDataProvider. My question is, if I create a CGImageRef using:
CGImageRef cg = ...
0
votes
2answers
224 views
MKMapView image overlay drawing inverted
I am currently creating an app which requires numerous overlays of different sizes to be drawn on a map. The app currently grabs 2 map points which represent the corners of a bounding box in which the ...
3
votes
0answers
202 views
CGContextClear Warning
I'm having an issue with iOS while using CGImageDestinationFinalize. I'll call CGImageDestinationFinalize on a CGImageDestinationRef and I'll get the following warning
Error: The function ...
2
votes
1answer
83 views
Displaying full-sized camera raw files in OSX
This has been driving me mad for months: I have a little app to preview camera raw images. As the files in question can be quite big and stored on a slow network drive I wanted to offer the user a ...
0
votes
0answers
104 views
Resize UI Image High Quality Original Size, from the low quality
While saving picture in database I used image fines to save the image data and I copied the corresponding images to hte documents directory.
I used the following code to reduce the size the image:
...
4
votes
1answer
230 views
The joys of realtime gif decoding
I have written this gist to convert gif data downloaded from the this incredible site and turn that into a mp4 that is playable with MPMoviePlayerController.
The problem is, I must download the ...
0
votes
0answers
143 views
save image from MPMediaItemPropertyArtwork to NSDocument
Currently I want to get the Album Artwork from music library (MPMedia) and save it as png or jpg file.
Here is my code:
UIImage *albumImage = [item valueForProperty:MPMediaItemPropertyArtwork];
...
0
votes
1answer
156 views
Blurry images after using setContentMode with UIViewContentModeScaleToFill
UIImageView *assetImageView = [[UIImageView alloc] initWithFrame:viewFrames];
[assetImageView setContentMode:UIViewContentModeScaleToFill];
[assetImageView setImage:[UIImage ...
0
votes
1answer
101 views
How to overlay one CGImage over another
I wish to overlay one CGImage over another.
As an example the first CGImage is 1024x768 and want to overlay a second 100x100 CGImage at a given location.
I have seen how to do this using NSImage but ...
0
votes
1answer
165 views
UIImage (CGImage) with memory mapped raw data
Is there a way to store and load raw image data on disk in iOS in order to save time and memory on decompression and reduce app's dirty memory footprint?
Paul Haddad has been hinting to something ...
17
votes
5answers
1k views
What is the most memory-efficient way of downscaling images on iOS?
In background thread, my application needs to read images from disk, downscale them to the size of screen (1024x768 or 2048x1536) and save them back to disk. Original images are mostly from the Camera ...
2
votes
1answer
98 views
Using GL_UNSIGNED_SHORT_1_5_5_5_REV on iPhone
I've been suffering from severe performance problems rendering a regularly updated image to the iphone. After trying it on the iPad 3 today I found out that I was only getting 2fps. This was WAAAY ...
0
votes
2answers
66 views
CGImage: List of supported image formats
I want to query a list of all supported image formats (and file extensions) in Mac OS X, so that I can include those file extensions in a Qt "Open Image" dialog. I use CGImage to load the image.
At ...
1
vote
1answer
250 views
iphone 4s - UIImage CGImage image dimensions
I have a crash which only occurs on 4S (not on 3GS). I am doubting its because of @2x. Basically I get raw bytes of image and manipulate. Here's the question I have.
I load a image as mentioned in ...
0
votes
0answers
128 views
EXC_BAD_ACCESS UIImage raw data CGDrawContext
I am getting BAD_EXC error. Let me paste code snippets so that you can understand what I am doing. Please refer the commet to understand the flow. Struggling from more than a week. Any help ...
1
vote
2answers
170 views
Bad Access in Background thread drawing
What I'm trying to Accomplish
Draw an image in a background thread
Convert the CGImage to a UIImage and add it to a UIImageView on the main thread.
Fade in the imageview, which is on a subclassed ...
-2
votes
1answer
111 views
Using CGImage to generate a low quality JPG from data? [closed]
I have some code which loads a jpg from data and displays it in a UIImageView. Because this takes a second, I want to load a lower quality version of the image and display that while the full image is ...
1
vote
1answer
213 views
iOS: How to rotate CGImage and draw it rotated onto UIImage?
I've been struggling with this for hours. Affine transforms never seem to do what I expect them to.
CGContextSaveGState (ctx);
float w = self.frame.size.width;
float h = self.frame.size.height;
...
5
votes
0answers
982 views
Error CGImageCreate: invalid image size: 0 x 0 with a (picker) window rotation
I get this error ("CGImageCreate: invalid image size: 0 x 0") with iOS 6 in an universal project, only for new iPad simulator (not for the old one or the iPhone) if I load a window with a picker view ...
0
votes
1answer
137 views
Disposing UIImage and CGImage
Do I need to dispose UIImages and CGImages in MonoTouch application after I've finished working with them? What are the effects of disposing either of them?
Is it safe to dispose any of them if the ...
0
votes
2answers
186 views
CGImageSourceCreateImageAtIndex returns nil
I'm trying to convert a pdf file to an image with this solution :
CFURLRef urlRef = (CFURLRef)[NSURL ...



