0
votes
0answers
20 views

Optimize UIBezierPath drawing

I have a problem that I was hoping that someone in the community may have some expertise in. I am working on a drawing app. It's too much to get into as far as what it does and why, but at each ...
0
votes
1answer
38 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 ...
0
votes
1answer
34 views

Add Opacity to CGPath

CGPathRef defines an opaque type that represents an immutable graphics path. CGMutablePathRef defines an opaque type that represents a mutable graphics path. But how do we change the opacity in the ...
0
votes
1answer
31 views

Core Graphics memory leaks while displaying pdf images

I have a subclass of UIImageView view that loads pdf image data, so that I can have a resolution independent graphic in my view. Works well for the stated purpose, but I am getting memory leaks with ...
2
votes
1answer
22 views

How do I draw into a bitmap without antialiasing/interpolation in iOS?

I'm trying to programmatically draw into a UIImage like so: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. ...
0
votes
1answer
39 views

How do I programmatically draw to a display in iOS?

I have a method of drawing to the screen that has many benefits for my application except for the small issue that it doesn't work... at all. I have an iOS program with a UIImageView widget and I'm ...
0
votes
1answer
41 views

Generate a CGPath from another path's line width outline

I might not be explaining this in the best way possible, so please bear with me. What I have is a drawn CGPath on top of a MKMapView object: The way I was able to achieve this is to create a ...
0
votes
2answers
42 views

Why does this not dot the line correctly?

CGContextRef currentContext = UIGraphicsGetCurrentContext(); CGContextSetStrokeColorWithColor(currentContext, hh2DarkGray.CGColor); CGFloat lengths[] = {0, 8}; CGContextSetLineCap(currentContext, ...
0
votes
1answer
42 views

Drawing in another thread with CGImage / CGLayer

I have custom UICollectionViewCell subclass where I draw with clipping, stroking and transparency. It works pretty well on Simulator and iPhone 5, but on older devices there is noticeable performance ...
1
vote
1answer
31 views

Can I use UIBezierPath to draw a shadow image around a UITableView section?

I have a shadow image that I would like to draw around the outer edge of a grouped UITableView section. This is the image: I can get the UIBezierPath that represents the rect I want to draw around, ...
0
votes
2answers
38 views

Interface building - UIViews vs Images vs Core graphics vs PDF subclass

My app uses flat graphics, which mostly consists of lines and flat surfaces... Whats the best approach for building the UI? use PNG images as much as possible (like for the attached picture, the ...
-2
votes
0answers
35 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
24 views

Change direction in stroke animation

I want to revert the direction of a path drawing. So I changed fromValue and toValue propeties, but now full path is visible at the start of animation and it begins to disappear. I have the path: ...
0
votes
1answer
29 views

Is CGPathContainsPoint() hardware accelerated?

I'm doing an iOS game and would like to use this method for collision detection. As there are plenty (50+) of points to check every frame, I wondered if this method runs on the iDevice's graphics ...
0
votes
2answers
49 views

Which method to use to display text ?Why?

When drawing using CoreGraphics to draw a string/label we have 2 methods - (CGSize)drawInRect:(CGRect)rect withFont:(UIFont *)font lineBreakMode:(NSLineBreakMode)lineBreakMode ...
0
votes
1answer
49 views

iPhone iOS how to draw text on a CALayer using drawLayer:inContext:?

I have a simple scrolling graph which uses this method to draw itself. I'm looking for a way to add text label to this graph, but cannot find how to do this. I tried: [@"test" drawInRect: ...
0
votes
2answers
20 views

Drawing on a UITableViewCell backgroundView using CoreGraphics

I have a subclass of UITableViewCell where I need to draw a custom backgroundView for the cell. Implementing drawRect:, I can draw the view fine, but it is behind the tableView and tableViewCells. ...
1
vote
3answers
52 views

iPhone : How to change color of particular pixel of a UIImage?

I have a UIImage, I want to change colour of its particular pixel, say 224 x 200th pixel. How can I do this? Is it even possible to do? Thanks in advance.
0
votes
0answers
38 views

CABasicAnimation - transform scale keep in center

Trying to animatie an ellipse masked on a UIView to be scale transformed remaining in the center position. I have found CALayer - CABasicAnimation not scaling around center/anchorPoint, and followed ...
0
votes
0answers
22 views

Drawing in drawRect with UIBezierPath crashes application

I have a following drawRect method: -(void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextTranslateCTM(context, 0.0f, rect.size.height); //seems to ...
0
votes
2answers
41 views

How to draw an Arc using core draw

I want to draw an arc like in the following figure using core draw. Not exactly same but I have background images set. I need to draw arc based on the file download. Now the percentage of download ...
0
votes
0answers
32 views

Drawing straight lines when touched moved IOS

I have planned to do simple drawing up, using that use can draw straight lines and free hand drawing, based on the selection it change. But the problem is straight line gets repeated from the starting ...
0
votes
3answers
26 views

iPhone : How to get colour of each pixel of an image?

I want to get color of all the individual pixels of an image. To elaborate Let say I have an image named "SampleImage" having 400 x 400 pixels Basically I want to create a grid from 'SampleImage' ...
0
votes
1answer
29 views

Multiple paths are not kept on screen

I have an custom UIView. I keep on the lines and points when the finger touches moves. Then I make points to CGPath with this method: - (void)makeCGPath { CGMutablePathRef path = ...
0
votes
0answers
24 views

Retain the image loaded on canvas from photoalbum on click of Undo button

I am working on drawing in IOS using coregraphics, So I draw an image on canvas and store in a photo ablum, later I load the same drawn image from photo Album on canvas using this piece of code ...
1
vote
2answers
43 views

Get edge/outer coordinates of CGPoints

I have a faeture that user can draw/color a specific area of an image then get the drawn area as a cropping result. Currently I store the draw coordinates inside an array, and in the end of the ...
0
votes
1answer
32 views

Cropping Images faster

I am trying to crop my images in iOS for awhile now. The code I have works well but isn't fast enough. When I supply it with around 20-25 images it takes 7-10 seconds to process it. I have tried every ...
0
votes
2answers
28 views

drawRect being called but the code within it not being executed when run?

I had chosen the single view application template from XCODE 4.5.2. I have an appdelegate , a viewcontroller with a RDViewController.xib which I had made a type of my UIView class Graphics. Also I ...
0
votes
1answer
31 views

Using drawInRect inside a c method not working

I have this code, to draw some text inside a (so far) simple button: UIImage *buttonImage(CGRect bounds, UIColor *fillColor, NSString *title) { ...
0
votes
0answers
33 views

Grayscale UIView and all its sub children

Is there a way to override the views render methods (drawRect: maybe?) to make it render itself and its subviews in gray scale? Right now i fake this by generating a grayscale uiimage from a uiview ...
0
votes
2answers
19 views

Get dimensions of UIView Class for CGRects?

I am currently working on an app that draws a series of rectangles (CGRect) on a view and sizes them based on the size of the UIView. This code is contain in a class file that inherits UIView ...
0
votes
1answer
17 views

CGContext does not retain rendered lines

I have a drawRect implementation: - (void)drawRect:(CGRect)rect { CGContextRef ctx = UIGraphicsGetCurrentContext(); if (self.colorToRender) { ...
0
votes
1answer
28 views

iPhone - setStroke on an CGDrawArc using custom color not working

I'm drawing a full circle using arcs in Core Graphics. Each arc of the circle is a different colour. If I use standard colours (e.g. [UIColor redColor] ) it draws fine. But if I specify a custom ...
2
votes
0answers
22 views

Rendering line by line with a different color

How does one efficiently render a number of lines to screen, one at a time, each with a different colour? I would like to render these lines on screen one at a time so the rendering is in real time. ...
1
vote
1answer
78 views

iOS: CGAffineTransformScale moves my object

Building on a question I had earlier. Simple button trying to transform a label. I want it to shrink by 0.5, which works but for some reason it also moves the object as it does it. The label jumps up ...
0
votes
2answers
49 views

How to get transparency in certain areas of UIView subclass with drawRect override

I've got a UIView subclass with drawRect overridden. The drawing code does not fill the whole area of the view; some of it is meant to be transparent. But when it draws onscreen, what should be ...
0
votes
1answer
25 views

iOS: Animate item twice

Just starting out with core graphics. Playing with a simple button and label. I want this label to rotate 180 degrees on each click of the button. It only animates on the first click (the console does ...
0
votes
0answers
31 views

Calculate all points in an arc

I am trying to draw lines from the center of a circle to points (x, y) in the circumference. To calculate this the angle is used. I need to render points in between two angles. E.g. Angle 0 to angle ...
1
vote
0answers
46 views

Core Graphics the “true looking glass” approach advice is needed

I have files with three resolutions of the same page artwork - standard, retina and double retina. The original artwork is very detailed and I'd like to create a looking glass to allow the users to ...
-1
votes
0answers
38 views

Text doesn't appear when drawing a string using drawInRect: [closed]

I've found some answers here for how to draw a string. I've tried this: [@"1234Test123Test123Test" drawInRect: CGRectMake(10, 10, 10, 10) withFont: [UIFont ...
0
votes
0answers
25 views

Does iOS (ImageIO/etc.) support rendering of progressive JPEGs?

I'm aware that ImageIO supports incremental rendering of images, but I'm not sure if it supports rendering of progressive JPEGs, specifically, I'd like to be able to render a low fidelity image ...
0
votes
1answer
74 views

How to add curve at two point joint using coreGraphics?

I'm working on creating a sine chart using core-graphics. I done all thing just about drawing chart and also working well as I need just want to add curve at two point joint. My chart looks like the ...
1
vote
1answer
39 views

how to shift the slider image knot outside

i have difficulties understanding the math behind on how to calculate the circumference of the knots to the center of the circle. i hope you guys can give me some pointer. the current calculation set ...
7
votes
3answers
212 views

iphone : How to implement the page flip effect without curl?

I need to implement the page flip effect in an iOS app. But the the effect should not curl the page like it does with UIPageViewController and some other third party libraries that I have checked . ...
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 ...
1
vote
1answer
46 views

how to draw the starting degree from 6 o'clock instead of 3 o'clock

i refered from this example i will like to draw the line from 6 o'clock instead of 3 o'clock //Create the path CGContextAddArc(ctx, self.frame.size.width/2, self.frame.size.height/2, radius, 0, M_PI ...
0
votes
1answer
45 views

How to apply gradient to sector arc for pie chart using CoreGraphics

I am new to Core Graphics. From many tutorials, I have developed a pie chart as shown in the image. But now I want to add some gradient to its sector arc as shown in the image. How to achieve it ...
0
votes
0answers
60 views

Drawing an arrow that follows the user's finger and connects two circles

I have many circle views on a background view and I want to be able to tap a circle, drag from there to another circle and have an arrow drawn from the first circle to the next one. The arrow needs ...
-1
votes
2answers
67 views

How to draw a full circle with image

I'm pretty new with core graphics. I need to draw a full circle. How do I go about it? I currently have a masked circle. I referred to this example. //Use the draw rect to draw the Background, the ...
0
votes
0answers
43 views

Stronger CoreGraphics shadow for blur/glow effect

I am drawing a CGPathRef using CGContextSetShadowWithColor, but the strength (alpha value) of the shadow is too low for the "glow effect" I'm going after. This value does not seem to be adjustable. ...

1 2 3 4 5 24