Tagged Questions
0
votes
0answers
28 views
How do I resize a UIImage without smoothing? [duplicate]
I have a 16x16 UIImage. I want to convert that into a 128x128 UIImage without losing the sharpness. I will be putting the resulting image straight into a UIImageView.
These are the images start is on ...
0
votes
1answer
47 views
Core Graphics - how to crop non-transparent pixels out of a UIImage?
I have a UIImage that is reading from a transparent PNG (500px by 500px). Somewhere in the image, there is a picture that I want to crop out and save as a separate UIImage. I also want to store the X ...
-2
votes
0answers
36 views
Programmatically cropping UIImages in iOS [duplicate]
I have a UIImage that contains a photo. The image has a squiggly-line overlay that's created when someone draws it by hand. This overlay is always closed i.e. forms one complete loop. How can I ...
0
votes
1answer
27 views
Strange behavior with drawing an UImage into graphic context
I have the following code to merge two pictures side by side horizontally :
CGFloat firstWidth = ImageLeft.size.width;
CGFloat firstHeight = ImageLeft.size.height;
CGFloat ...
0
votes
0answers
35 views
How to fill the black in a black-transparent png in core graphics? [duplicate]
I've been stuggling over this for a few hours, to no avail.
I have a PNG of a black shape on a transparent background. I want to fill the black part of the image with another color, and leave the ...
0
votes
0answers
10 views
How to transform the Touch-Position on an UIImage to the real Pixel-Position ?
I am currently trying to implement functionality that a user can select a region of an UIImage inside a UIImageView with a pan gesture.
- (IBAction)handlePan:(UIPanGestureRecognizer *)recognizer {
...
0
votes
1answer
139 views
UIImage to raw NSData / avoid compression
I have my own image downloader class, it holds a queue and downloads images one (or a certain amount) at a time, writes them to the cache folder and retrieves them from the cache folder when ...
0
votes
1answer
44 views
Resizing image gives white image
I have a UIImage that i know its ok before scaling.
I need to scale it so i can set it to ccsprite .
I scale it ,but then i got a white image ..
UIImage *scaled=[newImage copy];
//scale the image
...
0
votes
1answer
216 views
iOS FloodFill : UIImage vs Core Graphics
I'm considering building an app that would make heavy use of a flood fill / paint bucket feature. The images I'd be coloring are simply like coloring book pages; white background, black borders. I'm ...
0
votes
0answers
66 views
Render a UIView to a UIImage larger than it is on screen
I would like to render a UIView into a UIImage. However, I would like to render it much larger than it is on screen, without pixilation.
At present I am using...
...
0
votes
0answers
124 views
CGImageCreateWithMaskingColors converts the transparent region to black
In my app I am trying to remove a calculated color from the UIImage. I am using CGImageCreateWithMaskingColors to remove the color from the image. Color removal from the original image works fine, but ...
0
votes
1answer
54 views
Remove Top View From Hierarchy When Saving Screenshot
I am using a method to take a UIImage screenshot programatically which works very nicely. What I want to do now is remove the top most UIView from being included in the screenshot BUT not remove it ...
0
votes
1answer
101 views
cgimagecreatewithmaskingcolors changes all the transparent region to black
I am using CGImageCreateWithMaskingColors() to remove particular color from the UIImage. The color removal process works fine but the transparent region in the image turns black after masking ...
0
votes
0answers
27 views
Is there a way to check if a UIImage has been decompressed?
I'm sure most of you have dealt with forced decompression on a background thread to enhance rendering performance. My question is whether there is a way to check if an image has been decompressed.
0
votes
0answers
28 views
Build a UIImage with multiple image object [duplicate]
I have a few UIImage objects which I want to compose into a single UIImage and draw the UIImage objects in there using something like CGContextDrawImage . Here i have drawn the images but when i apply ...
-3
votes
2answers
110 views
Render a single UIImage and rotation has to be applied
I have rendered few UIImage objects using CGContextDrawImage. But when i apply rotation to the image, it is not applied and the view disappears.
code here
-(void )renderImage: (ItemView *)array
{
...
0
votes
0answers
99 views
Stroke path on UIImage appears with very little blurry border around, how to remove?
I stroke a line on a graphic context with CGContextStrokePath, i colore it with CGContextSetRGBStrokeColor
It is useless for me to show you a picture, as the border effect is too thin. I need this ...
0
votes
0answers
98 views
Replace green color by transparent on a UIIMage
I draw green line on my UIImage with this : CGContextSetRGBStrokeColor(UIGraphicsGetCurrentContext() , 0 , 1 , 0 , 1);
It works well
But after i want to replace my green strokes by transparent
I ...
0
votes
1answer
70 views
Finding Bounding Box of Rotated Image that has Transparent Background
I have a UIImage that has a transparent background. When rotating this image, I'd like to find the bounding box around the graphic (ie the nons transparent part, if you rotate it in a UIImageView, it ...
0
votes
0answers
80 views
How to optimize UIImage scaling for fast scaling
People, i need your help.
Need optimizing scaling images on flow. I try two methods for scale image with save proportions, please inspect this code and say, how i can it optimize if you want/can:
// ...
2
votes
2answers
249 views
Perform floodfill on UIImage
I'm trying to perform floodfill on UIImage that has opacity. I tried implementing a 4-Way floodfill with CG(http://en.wikipedia.org/wiki/Flood_fill) but reading the pixel colours and colouring pixels ...
0
votes
1answer
64 views
Saving a UIImage from a UIView not working properly
I'm attempting to save the contents of a UIView (and it's subviews) into a UIImage.
Here is the code I am using:
+(UIImage *)imageWithView:(UIView *)view {
...
1
vote
1answer
197 views
Blurred Screenshot of a view being drawn by UIBezierPath
I'm drawing my graph view using UIBezierPathmethods and coretext. I use addQuadCurveToPoint:controlPoint: method to draw curves on graph. I also use CATiledLayer for the purpose of rendering graph ...
4
votes
1answer
79 views
Take image of an invisible portion of the UIWebView
I want to create uiimage s from portions of some uiwebview content.
Assume that my webview has size of (200,200). And it has a content of (800,200) in its contentview, which is scrollable,
I want to ...
0
votes
1answer
109 views
CoreGraphics memory warnings and crash; Instruments show no memory leak
UPDATE This piece of code is actually not where the problem is; commenting out all the CoreGraphics lines and returning the first image in the array as the result does not prevent the crashes from ...
0
votes
1answer
116 views
Getting an alpha channel when using CIFilters [How to clear it]
I have a bit of an issue with applying a sharpening filter on a UIImage.
The code works perfectly but the problem that the resulting UIImage has an Alpha channel. This in turn causes some performance ...
0
votes
0answers
29 views
How to change touched portions of a UImage to clear colour?
I want to give a feature in my iPhone/iPad app to enable users to crop an image by swiping away the unwanted portions with fingers. So I want to know how I can change these touched portions alone of ...
0
votes
0answers
140 views
renderInContext losing quality iPhone
I need to call this method in succession several times in a row:
UIGraphicsBeginImageContext(renderingView.bounds.size);
[renderingView.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage ...
0
votes
1answer
79 views
Removing A Core Graphics Filter
I am trying to think of an efficient way to remove a core graphics image filter here is the code for the filter it applies a sepia effect to a UIImage
-(UIImage*)applyFilter {
CGImageRef inImage ...
0
votes
5answers
124 views
Hide / reveal UIImage based on finger path?
I hope that makes sense. I'll try to explain it.
I have a UIImageView on screen, and am wondering how I can take the area after "drawing" on it with a finger, and remove that section from the ...
1
vote
0answers
112 views
How to extract the Human figure from the UIImage [closed]
I want to extract the Human figure from the UIImage. I don't know how to detect the shape of the Human in UIImage. The face detection api doesn't help to find out the complete shape of the figure.
...
1
vote
1answer
460 views
renderincontext Memory Leak if not use on Main thread
I am trying to convert my UIView into UIImage using below code.
+ (UIImage *) imageWithView:(UIView *)view{
float scale = 1.0f;
UIGraphicsBeginImageContextWithOptions(view.bounds.size, YES, ...
0
votes
1answer
233 views
Cropping UIImage from photo library vs iPhone camera
I can crop images from the iPhone's photo library no problem like this:
CGRect topRect = CGRectMake(0, 0, image.size.width, image.size.height / 2);
CGImageRef topCroppedCGImageRef = ...
0
votes
1answer
50 views
Creating a UIImage from two smaller UIImages
I have two instances of UIImage. How can I create a third UIImage that's just the two original images stitched together? I'd like the first image on top and the second image on the bottom such that ...
1
vote
2answers
984 views
iOS: create an darker version of UIImage and leave transparent pixels unchanged?
I found
Create new UIImage by adding shadow to existing UIImage
and
UIImage, is there an easy way to make it darker or all black
But the selected answers do not work for me.
I have an UIImage, ...
0
votes
3answers
556 views
ios-Draw the image when touch moved [closed]
In my app when the user drags his finger from one place to the other i need to drop an image at each point towards where his finger is been moved on. It is just like dipping a color in the brush and ...
0
votes
0answers
128 views
Get frame of UIImageview's image covered - iOS
I have one image which has some transparent area and i wants to ignore that area.
And get that covered frame with maximum possibility..
here i have upload one image so you get idea what i am asking. ...
0
votes
2answers
437 views
UIImage with border. Invalid Context 0x0
I'm fetching an image and saving it to temporary directory in a background thread. Before saving, I want to add a little white border to this UIImage. I'm doing this:
- (UIImage ...
0
votes
1answer
219 views
Which graphics library and functions for overlaying text and graphics on images
I've got a need to write an app that can take a picture and then I want to be able to preview it and overlay a graphic and maybe some text and then save it back to the image library.
So, my user ...
0
votes
1answer
175 views
How do i save an UIImage as a BMP file in documents directory
Similar questions has been asked but they always contain the answer "use UIImagePNGRepresentation or UIImageJPEGRepresentation" But that wont work for me since i have to send this file to an external ...
1
vote
3answers
1k views
Build a UIImage with multiple stretchable images
I have 3 images, a left cap, right cap, and center. Perhaps using CGImageRefs (?), is there a way to build a bitmap based on a CGRect that would center the center piece in some container, stretch the ...
0
votes
1answer
376 views
IOS Drawing image on image memory leak
I'm trying to draw text in a UIImageView with the method below.
Problem is that that method is called from inside a loop that iterates 32 times (in this specific case). I dies right after the "text ...
1
vote
2answers
235 views
How to smooth edges of drawn image?
I'm using this code to colorize some images of a UIButton subclass:
UIImage *img = [self imageForState:controlState];
// begin a new image context, to draw our colored image onto
...
1
vote
0answers
257 views
How to add Gausian blur to a UIImage with Transparency
I read this answer: how to sharp/blur an uiimage in iphone?
As well as dozens and dozens of other answers and tutorials on shadows and blur.
It does not work, including all of the source links in the ...
0
votes
1answer
133 views
Getting UiImage from CgContextRef and pass it to another ViewController[Solved]
I want to get the UIImage out of CGContextRef, and show it on UIImageView in a different UIViewController
So for this, I have written this code, I m writing this code, when I close my drawingview, ...
2
votes
1answer
170 views
Drawings in UIImage are being distorted
I have implemented a highlight function in my app. This highlight is being drawn in UIImage so that it can be saved as a PNG Representation. Everything is working perfectly but recently I realized ...
1
vote
2answers
823 views
How to SetPixel and GetPixel on UIView/UIImageView in iOS
How to SetPixel and GetPixel on UIView/UIImageView in IOS
SetPixel(point,color);
color GetPixel(point);
Basically, I want to remove all blue pixels from picture (UIImage) and make them red.
0
votes
0answers
140 views
CoreGrahpics Rotating CGPath in CGConetxt and Render as an UIImage
Basically, what I'm trying todo is use CoreGraphics to create an UIImage that contains a triangle and it needs to support rotating in any direction. I have the rotating the triangle working correctly, ...
0
votes
2answers
268 views
Setting a UIImage as Background - NOT Tiled
I have a Background Image Picker that lets the user select from stock images of from their Album. To set the Image I have the Following code:
-(void)setBackgroundImage:(UIImage *)newImage {
...
6
votes
1answer
830 views
How do I desaturate a UIImage?
Is there an easy way (or a built-in library) in iOS 5.x to desaturate a UIImage? Here's currently how I am doing it:
CGContextRef context = UIGraphicsGetCurrentContext();
...