Core Graphics is Apple's framework for low-level drawing operations on Mac OS X and iOS.
2
votes
0answers
61 views
Simulating Mac Mouse Events beyond CGCreateMouseEvent
I've been successfully using CG mouse events to simulate mouse down/drag/up events using a specialized hardware controller. However, I come across some applications in which using these CG mouse ...
0
votes
1answer
166 views
Draw a pie chart with UIBezierPath
I'm trying to draw a PieChart using UIBezierPath, and I'm pretty close to do so, however, I've got a problem, as you can see on the screenshot attached
Here's the code I'm using :
...
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
120 views
QuartzCore - Adding Rounded Corners to a Polygon
I'm attempting to draw a translucent black rectangle with a triangle cut out of the center.
I have this working perfectly with the code below. However, I'd like to round the corners of the triangle.
...
1
vote
0answers
57 views
Preserve color of transparent pixels using CGContextDrawimage?
I'm loading image data from a TIFF stored on disk in to a buffer which I subsequently use to create an OpenGL texture. I'm getting at the data by writing to a CGContext. The original image is 100% ...
1
vote
2answers
149 views
disable anti-aliasing for UIBezierPath
I need to render UIBezierPaths without anti-aliasing and then save them as PNG to retain the full pixel representations (for example, not let JPEG muck the image up). I've tried calling the CG ...
0
votes
1answer
48 views
How to iterate through all pixels of an UIImage?
Hey Guys i am currently trying to iterate through all pixels of an UIImage but the way i implemented it it takes sooo much time. So i thought it is the wrong way i implemented it.
This is my method ...
0
votes
0answers
42 views
iOS - Memory Issues when building PDF from multiple PDFs
I am trying to create a single PDF from multiple PDF files in iOS. In my testcase I have around 100 small PDFs with 3 pages each. I download them from a server and put them together in a single file ...
0
votes
2answers
114 views
IOS - Generating PDF from UIwebview in iphone
I am trying to generate a PDF report from a UIWebView. Using Graphics Contexts I can get the images of screen frame and draw it in PDF.
Problems in curent method are,
Images are blurred (bad ...
2
votes
1answer
97 views
Move a CALayer frame but not the clip mask
I would like the move a layer by setting its frame, but without the layer clip being moved as well.
I have created a layer which is created as follows:
layer = [CustomLayer layer];
layer.frame = ...
-1
votes
2answers
99 views
Draw a comet in IOS [closed]
The requirement is very simple.
As the user moves his fingers a comet is drawn.
I have seen some tutorials and have implemented few of them, now writing in here just to have an expert opinion.
...
1
vote
0answers
34 views
Is there any absolute index of app's performance in XCODE INSTRUMENTS?
I've profiled my app with xcode instruments. Now I have a FPS log (see picture). I'd like to have all FPS statistics in separate file (i.e. excel table) to analyze average fps or something more.
Can ...
2
votes
1answer
145 views
How to improve speed of CGContextDrawPath / drawInContext:
I have the following code below, It's basically one slice of a PieChart with many of these slices. Each slice is drawn in it's own CALayer and is added to a custom views layer using addSublayer:.
The ...
1
vote
0answers
104 views
iOS the lower performance of CGContext when draw a lot of gradient rectange
The effect I want to implement:
Here is the code snippet:
for (NSInteger i = 0; i < count; i++) {
key = [NSString stringWithFormat:@"Property%d", i];
barHeigth = valueHeight * ...
0
votes
2answers
241 views
Cut Out Shape with Animation
I want to do something similar to the following:
How to mask an image in IOS sdk?
I want to cover the entire screen with translucent black. Then, I want to cut a circle out of the translucent black ...
0
votes
0answers
68 views
Clipping with blurred edge core graphics
I am drawing on a custom UIView that I overlay above a collection view, I want to draw circles centered on the _centerPoints that are 100% transparent, with a feathering/blur on the edge so it doesn't ...
1
vote
2answers
254 views
Painfully slow software vectors, particularly CoreGraphics vs. OpenGL
I'm working on an iOS app that requires drawing Bézier curves in real time in response to the user's input. At first, I decided to try using CoreGraphics, which has a fantastic vector drawing API. ...
1
vote
1answer
70 views
Correct drawing when tiling a CGPattern
I'm trying to fill a rect with a CGPattern, painting the typical bar with stripes. I obtain this.
The code of the pattern (not the entire bar) is this
CGContextSaveGState (context);
...
0
votes
1answer
47 views
What IOS A.P.I Should I be learning to draw smooth curves with adjustable points
I have never really done much with IOS drawing API's before. I looking into drawing a smooth plot like curve with a programmable number of control points, something similar to this:
(I realize that ...
0
votes
1answer
206 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
2answers
41 views
Core Graphics function/C why does the called function populate the sent array?
Apologies for what, I assume, is a rather ignorant, newbie question.
CGDirectDisplayID displays[10];
uint32_t numDisplays;
CGGetOnlineDisplayList(10, displays, &numDisplays);
The above ...
3
votes
3answers
72 views
How to determine which part of an nsstring fits into a rect?
This is about PDF formatting using core graphics.
But it could be about any type of paging when it comes to printing a string on two pages.
I need to spread a string over several pages. For smaller ...
1
vote
0answers
49 views
How to draw an image along a curve
I have drawn a curve:
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextMoveToPoint(context, firstPoint.x, firstPoint.y);
CGContextAddCurveToPoint(context, cpx1, cpy1, cpx2, cpy2, ...
0
votes
0answers
86 views
How to move UIImageView while resizing?
I'm trying to move a UIImageView up and down while making it bigger. Now when I do those things separately it works like I thought it would, but when i combine them it looks really glitchy and like I ...
0
votes
2answers
89 views
Floodfill memory leak iPhone
I'm implementing a floodfill function in C for the iPhone.
The fill works, although I'm having 2 issues.
The phone gives a memory warning after a few executions of the code below. Most likely a ...
3
votes
1answer
150 views
Delete UITableView Cell using animation
I want to delete UITableView's cell but with animation.I want animation like explained below:
Need to draw a line on the content of UITableViewCell, & when my touch ends the content will ...
0
votes
0answers
44 views
core-plot barchart tuto [closed]
I want to develop an iphone application of statistics. I found Core Plot library, but I can not find a tutorial. Does anyone have a link to a good tutorial?
0
votes
0answers
90 views
UIView renderInContext Combining Images
I am trying to render a UIView on the screen into a UIImage, and then create a somewhat complicated PDF which contains that image. I understand that you can use the native PDF API's, but the PDF file ...
-2
votes
1answer
56 views
how to draw rect over screen on OS X?
I want draw rectangle over current screen on OS X like rectangle from Grab app when user select area to capture.
Could anybody give me advice about how I can do this?
0
votes
1answer
34 views
With ARC, do CGMutablePathRefs need to be released?
I've been searching around but haven't found a clear answer if Core Graphic primitives (CGMutablePathRef, CGPath, gradients, etc.) need to be released when using ARC (+ iOS6).
I've seen this (silence ...
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
1answer
46 views
Weird Rotation With Box2D and CGAffineTransformMakeRotation
I'm rotating a UIView using CGAffineTransformMakeRotation and rotation value is coming from a 2D Physics Engine called Box2D (you've probably heard of it). The integration seems to work fine except ...
1
vote
1answer
78 views
How can I get CGContextClip to include the border pixels?
I'm using a CGMutablePathRef to create an arbitrary poly so I can clip further drawing in my context using CGContextClip.
This has the very annoying and unwanted behavior of being non-inclusive of ...
0
votes
1answer
90 views
What is the CoreGraphics equivalent of UIKit's contentScaleFactor?
What is the CoreGraphics equivalent of UIKit's contentScaleFactor?
I am creating a PDF using the UKit PDF creation functions, which allow rendering to a PDF context. I have a requirement, however, to ...
0
votes
0answers
114 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
84 views
DrawRect keeps drawing white background
//inside init
_color = [UIColor orangeColor];
self.backgroundColor = [UIColor clearColor];
self.clearsContextBeforeDrawing = NO;
//inside drawRect
CGContextRef ctx = UIGraphicsGetCurrentContext();
...
-3
votes
1answer
100 views
How to use Core Graphics Layer Drawing
Can anyone tell me about how to color with pattern(Butterfly) like follwing link a link.
1
vote
1answer
192 views
CAKeyframeAnimation delay before repeating
I have a CAKeyframeAnimation animation that I would like to repeat forever using repeatCount = HUGE_VALF. The animation's duration is 2 seconds, but I would like to have a 3 seconds pause before each ...
0
votes
1answer
62 views
A view with a shadow
I am looking for the way to write an effect like the image above (from the Groupon app) for a view. Using the code below, I tried to get a shadow going, but it's not working. The effect I am ...
1
vote
1answer
110 views
Change color of pixel based on touch point
I want to change the color where user touch on image. I got some code to get the image data which is below
NSString * path = [[NSBundle mainBundle] pathForResource:@"filename" ofType:@"jpg"];
...
0
votes
0answers
43 views
how to use different brush patterns stokes using uicolor color with image
I am unabe to use different pattern of color with images.
Like pattern use in paint-gallery app for iphone.
https://itunes.apple.com/us/app/paint-gallery/id445258482?mt=8
-9
votes
1answer
51 views
Is there any Core Graphics easy to use library? [closed]
I find it's really hard to learn and use Core Graphics. I don't want to learn it from the beginning, because there is no time. There is a project that's need to be completed. So, is there any easy to ...
0
votes
2answers
59 views
images on iOS becoming narrow and squeezed when I apply rotation and transformation
I am using the following code to rotate and transform an image view:
myImageView.transform = CGAffineTransformMakeRotation(45); // rotation
CGRect frame = myImageView.frame;
frame.origin.x = ...
0
votes
1answer
52 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
0answers
78 views
Draw an complete ellipse when just start and end points given
I am new to the Xcode world. I need to complete an ellipse if the user just draw an arc with a free hand. Till now i am able to draw ellipse by using CGRectMake but the problem is that the end point ...
1
vote
2answers
38 views
Linker error, but only on test files
Here's a screen capture of my app. I'm using UIKit to create a PDF from some of the app data. I get no errors on the app itself but in the test section I get a bunch of them that look like the app ...
1
vote
4answers
344 views
Drawing with with blur effect on image using opengl
I have the same requirement as this question
I am right now at situation where i set UIImage on my opengl view.
Below is the complete code i used to set uiimage. Also it includes the drawing code.
...
0
votes
0answers
34 views
Removing background from a CGPDFRef page
I 'm trying to copy a page from a CGPDFPageRef into a new CGPDFDocumentRef, but I want to remove all white pixels to make them transparent instead in the new PDF.
The basics are simple but I can't ...
0
votes
1answer
87 views
Can't set fill color to CGRect/path quartz
I want to make and fill a rectangle with color. But my code doesnt work (no rectangle appears). Please tell me what's wrong with this code?
- (void)drawRect:(CGRect)rect
{
context = ...
0
votes
0answers
112 views
draw a multicolor line with a CGPath
below you see a code that draws a multicolor line each time drawMulticolorLine is called.
void drawMulticolorLine
{
CGContextBeginPath(secondaryContext);
...



