Core Graphics is Apple's framework for low-level drawing operations on Mac OS X and iOS.

learn more… | top users | synonyms (1)

0
votes
1answer
78 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
40 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
218 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
48 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
46 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
64 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
70 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
48 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. ...
0
votes
2answers
124 views

CGAffineTransformMakeScale not functioning properly

I am having trouble with CGAffineTransformMakeScale. I am displaying a view & hiding it using below code. For the first time it shows & dismissed perfectly. But after than its not showing up ...
2
votes
1answer
60 views

Draw straight line with two fingers

How can I paint/draw a straight line with 2 fingers with the line being visible while the dragging or touching is still being done by the user? I've already tried simple painting using coregraphics ...
0
votes
1answer
44 views

Smooth scaling of vector graphics in UIView

So I have subclassed UIView and added some drawing code. I am scaling the resulting view up and down. I would like this view to be resolution independent so that it is legible at any size, and I won't ...
0
votes
1answer
49 views

Why is my image upside down after using CGContextSetFillColorWithColor

I am trying to apply a color fill to the MKAnnotation. I found some code that pretty much works but for some reason the filled image is upside down after applying the fill to it. Here is the current ...
3
votes
2answers
81 views

How to get author of image in cocoa

I can not understand why metaDic is always null. There is a code. CFDataRef dataRef = CGDataProviderCopyData(CGImageGetDataProvider(img.CGImage)); //(UIImage *img) CGImageSourceRef ...
0
votes
2answers
35 views

Trying to set color with alpha crashes

I'm trying to set the fill color to have alpha glassColor = [[UIColor lightGrayColor] colorWithAlphaComponent:0.3].CGColor; CGContextSetFillColorWithColor(context, glassColor); ... The second line ...
1
vote
2answers
61 views

Retrieving RGBA values from an image [duplicate]

I am retrieving data from an Image using the CGDataProviderCopyData but the bytes returned by this function is very large when compared to the image file size. Here is my code. UIImage *image = ...
0
votes
0answers
39 views

IOS SDK : Display individual images as a single image and allow user to edit each image separately

I have come up with a task in iPhone/iPad (iOS SDK) wherein I have to display a set of images as a single image, but allow the user to edit the individual image's color/texture. It's much like what ...
1
vote
2answers
53 views

Customized Animation in iphone

I am creating Application which have so many Customization. Customization in the sense, I want to give new look to my application. In the part of customization I want to add THIS kind of animation ...
0
votes
1answer
33 views

Is CFRelease necessary here to prevent a leak?

So I've heard that new alloc and copy create new memory on the heap that you are responsible for. I want to make sure that is also the case with a C-function in Core Graphics: ...
0
votes
0answers
122 views

iOS: Rotating a line with respect to a point that could be adjusted by touch

Man, have I been struggling with this... In reference to the image above, I have a line that is fixed to a specific point. At the other end of the line I have another point that is NOT fixed and ...
2
votes
1answer
79 views

How can I draw nested radial gradients on iOS?

I'm developing an iOS 5.0+ app with latest SDK. I want to do something similar to I want to know how to nest radial gradients. This is my code now: - (void)drawLayer:(CALayer *)layer ...
0
votes
1answer
29 views

BButton & CGGradient release - memory leaks

I am using BButton (https://github.com/jessesquires/BButton) to draw some nice looking buttons in cells within a UICollectionView. When I refresh the UICollectionView's data, I record some memory ...
0
votes
3answers
67 views

Implement Blur over parts of view

How can I implement the image below pragmatically - meaning the digits can change at runtime or even be replaced with a movie?
0
votes
0answers
35 views

iOS : How change image draw in a context?

I draw an uiimage on a context and I search a solution to change the image draw previously. I draw just like that : UIImage * imageVide = [UIImage imageNamed:@"vide.png"]; ...
0
votes
0answers
53 views

Issue on Zoom (in/out) on UIImageView

i have some issues when trying to limit the zoom in , zoom out levels on a imageView. I have read the rest of the tutorials but they are focused on working with a view (That acts like a container) ...
1
vote
3answers
87 views

Can't get a CALayer to update its drawLayer: DURING a bounds animation

I'm trying to animate a custom UIView's bounds while also keeping its layer the same size as its parent view. To do that, I'm trying to animate the layers bounds alongside its parent view. I need the ...
1
vote
0answers
46 views

pencil texture in drawing app

I am developing an drawing application, I would like to have pencil effect like Paper (Fifty Three) app on App Store. Can anyone guide me a way to do this? I have try UIBezierPath strokeWithBlendMode ...
0
votes
1answer
59 views

A CALayer subLayer is being drawn with different frame origin. Bounds issue

I add a CAShapeLayer as subLayer to self.layer in a given view that way: //balloonrect's value is this one _balloonRect = CGRectMake(0, 55, 239, 118); CAShapeLayer *balloonFrame = [CAShapeLayer ...
2
votes
1answer
97 views

Rounded Corners at bottom CoreGraphics iOS

To draw border at the bottom, left and right . rounded corners at the bottom clip to the border Fill the colour with the actual colour, which might be set in the .xib file, but in the following ...
2
votes
2answers
83 views

CALayers never calls it's delegate's drawLayer:inContext: even after [layer setNeedsDisplay] and [layer display]

I can't figure out why the CALayer's I'm creating are not calling their drawLayer method. I've created a drawLayer delegate object for them, yet it never gets called. From a UIView subclass: - ...
-4
votes
1answer
47 views

Detecting transparency in an image

I need to determine whether a png image contains any transparency - what would be the most efficient code to achieve this?
1
vote
3answers
77 views

Fit Polygons Together

How to eliminate the boundary between triangles? I'm implementing export-to-pdf in my triangle drawing app. The image above shows what the pdf output looks like. There are white boundaries ...
1
vote
1answer
56 views

renderInContext throw crash

I am rendering images from webview. so renderIncontext method call more than 50 times in for loop. after 20 or 30 times my app crashed because of more memory consuption. I used this code: ...
0
votes
0answers
18 views

How can I capture the feed of a Space and embed it in an NSView similar to Mission Control Space previews?

What I'd like to do is display a Desktop preview of another Space the exact same way the current implementation of Spaces shows previews of all other Desktops. I've provided a graphic at the bottom ...
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
3answers
111 views

Draw a Radiant Gradient: <Error>: CGContextDrawPath: invalid context 0x0

I'm developing an iOS 5.0+ app with latest SDK. I'm very very new on CoreGraphics and I don't know how to draw a radiant gradient on a CALayer. I have found that I have to use ...
0
votes
3answers
83 views

How can i change the fill color of a CALayer in Core Graphics?

I have a shape, a CALayer, which I want to add core graphics effects to. Right now, I want to keep it simple and change the fill colour of it. How can I do this?
0
votes
0answers
72 views

iOS painting Core Graphics Undo/Redo

Currently i am using core graphics to draw lines. How can i implement undo redo for this ? This is the code i am using to draw. - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { ...
1
vote
1answer
64 views

How to draw multiple CALayer sublayers from parent layer

I have a CALayer with two subLayers that contain semi-static content. While rendering the top layer I would like to occasionally just go ahead and render the sublayers without scheduling an update ...
0
votes
1answer
22 views

Creating a TGA using CGImageDestinationCreateWithData

I'm trying to save a TGA image. I've got the data as a CGImageRef and used CFDataCreateMutable to get the CFMutableDataRef, but I'm not sure what type argument with which to call ...
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
0answers
34 views

CTFramesetterSuggestFrameSizeWithConstraints returns incorrect height when zoom out?

I'm work with EGOTextView.I set the textContentView for viewForZoomingInScrollView.when I zoom it out and typing.It sometimes returns a incorrect height. Here is what I am doing: CTFramesetterRef ...
1
vote
1answer
47 views

Capturing blank stills from a AVCaptureScreenInput?

I'm working on sampling the screen using AVCaptureScreenInput and outputting it using a AVCaptureVideoDataOutput, and it's not working. The images it does output are blank, but it appears like I'm ...
2
votes
1answer
41 views

Bounds of a rotated UIView and Core Graphics

I have a subclass of UIView which is drawing a location icon. When I rotate the view a few degrees it's bounds (highlighted in green using CGContextAddRect) seem to change drastically causing my ...
2
votes
2answers
206 views

Draw segments from a circle or donut

I've been trying to figure out a way to draw segements as illustrated in the image using. I'd like to a) draw the segment a) include gradients b) include shadows d) animate the drawing from 0 to ...
0
votes
1answer
29 views

Define CGPoint having angle and diameter

I believe for some could be very simple to answer and help me. I have a circle defined in drawRect and wrote a code to define arc of the circle. CGFloat width = ...
0
votes
1answer
47 views

CGPDFDocumentCreateWithURL fails (Toll-Free bridging of NSURL to CFURLRef)

I've got the following function: - (void)loadPdfFromPath:(NSString*)path { NSURL *pathUrl = [NSURL URLWithString:path]; _pdfDocument = CGPDFDocumentCreateWithURL((CFURLRef)pathUrl); } ...
0
votes
1answer
76 views

Draw along a path detection in iOS [closed]

I am writing a writing ios app for Kid. I need to enforce writing along a define path like in Dora ABC apps. For example, writing A. When user touch and draw, it draw only when user finger are along ...
-1
votes
1answer
34 views

Are Facebook iOS app posts drawn with CoreGraphics? [closed]

Does anyone know how the Facebook app for iOS displays the post items? What is the best (most efficient) way to display these post items in an iOS app? Core graphics? ImageViews? Thanks
2
votes
1answer
57 views

shadow does not show in drawRect:(CGrect)rect,objective

My goal is 1. add gradient for my view (done) 2. add drop shadow for the bottom edge of my view ( issue at here ) What I am doing is : - (void)drawRect:(CGRect)rect { CGContextRef context = ...

1 2 3 4 5 49