Quartz is graphic framework used on Mac OS X. It forms a graphic layer. Term Quartz is used to represent Quartz 2D and Quartz Compositor. Quartz graphic is a 2D renderer in Core Graphics.
0
votes
1answer
15 views
What is the difference between gnuplot and AquaTerm?
What is the difference between AquaTerm and gnuplot.
Also is it true that Octave uses AquaTerm instead of X11?
I know AquaTerm might be more rendering of the actual graphic and gnuplot is probably ...
1
vote
1answer
20 views
Create CGImageRef without caching anything
I need to create thousands of CGImage objects using CGImageSourceCreateThumbnailAtIndex(...).
The problem is that when using the simple CGDataProviderCreateWithURL(...) followed by ...
0
votes
0answers
12 views
System zoom with screen capture
We are developing screen capture utility which allows users to capture selected area on screen. Which works on 10.7 and above.
As per apple Technical Q&A QA1741 we have used below API to capture ...
0
votes
0answers
21 views
Changing coordinates of CoreGraphics to top left causes ShowText to render upside down
I have configured a CGContextPDF so the (0,0) coordinates are at the top left and not the bottom left using the following:
context.TranslateCTM(0, height);
context.ScaleCTM(1, -1);
However, now ...
2
votes
0answers
32 views
iOS - 3D Transforms Lost When Creating Screenshots
I have an iOS app which allows the user to apply a series of 3D transforms before taking a screenshot which can be emailed or saved to the camera roll. This works great on screen, but the transforms ...
0
votes
1answer
20 views
My CGFrame does not display
I'm trying to build an example of using CGFrame using the code below
- (void)viewDidLoad
{
[super viewDidLoad];
CGRect newFrame = [note_view frame];
if ...
2
votes
1answer
85 views
NSAttributedString background color and rounded corners
I have a question regarding rounded corners and text background color for a custom UIView.
Basically, I need to achieve an effect like this (image attached - notice the rounded corners on one side) ...
0
votes
0answers
38 views
Mac OS X Quartz CGWindowListCreateImage scrambles image on 1366x768 resolutions
I've implemented the following code in a C++ project on Mac OS X, for capturing the desktop screen:
int ScreenCaptureRoutines::CaptureImage(int width, int height)
{
CGRect captureRect;
...
0
votes
0answers
18 views
calculate padding for CGContextSetShadow
I'm trying to add some drop-shadow capabilities to CCLabelTTF in Cocos2D using CGContextSetShadowWithColor, but I need to calculate how much added space is needed in the texture so that the shadow ...
1
vote
1answer
31 views
Smooth Scrolling with Quartz.CoreGraphics in Python
I am using Quartz Event Services to send a mouse wheel event, like so:
from Quartz.CoreGraphics import CGEventCreateScrollWheelEvent, CGEventPost, kCGHIDEventTap
def scroll_wheel_up(num_times):
...
0
votes
1answer
57 views
Move UIView left to right while they move down the screen
I am trying to create an iOS app with blocks floating down the screen(UIViews). I have them floating down the screen but I also want the user to be able to move them on the x axis as they are falling. ...
1
vote
1answer
58 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:
...
2
votes
0answers
108 views
CALayer -renderInContext: is unreasonably slow with transform
A UIView's CALayer takes 0.002 seconds on iPhone 5 to render itself into a 60x60pt context using -renderInContext:.
However, It takes 0.07 seconds as soon as rotation or scale is applied to its ...
0
votes
3answers
99 views
Need guidance on implementing a Primary Flight Display [closed]
I'm a developer familiar with Ada, C, Obj.C (iOS), and C#. I would like to create an application to show some data about a robot I'm building. However I have never done graphics with either Mac ...
0
votes
2answers
45 views
iPhone display: Are image assets sharper then custom drawing?
The title mostly says it all;
I've got some mockups i am looking at, and as I try to implement them, It seems as though the custom drawing, even with a linewidth of 0.5, is not quite as sharp as the ...
3
votes
1answer
165 views
Gradient color effect on CAShapeLayer
I'm trying to apply gradient colors on CAShapeLayer. For that i write code,
-(void)addCircle{
{
// Drawing code
UIBezierPath *aPath = [UIBezierPath bezierPathWithArcCenter:CGPointMake(150, ...
2
votes
1answer
92 views
Drawing overlapping shapes in drawRect with different color causes edge-bleeding when anti-aliassing is enabled
I have a problem when drawing to equal shapes with a different color that overlap. When enabling anti-aliassing the transparent pixels that get generated bleed through and causes the artifacts as in ...
0
votes
0answers
39 views
Draw text in image cause character space
-(UIImage*) drawText:(NSString*) text
inImage:(UIImage*) image
{
UIFont*font=[UIFont fontWithName:@"FranklinBold" size:10.4];
CGSize size=CGSizeMake(image.size.width, ...
0
votes
2answers
127 views
Setting cell rounded corner and border width makes tableview scrolling extremely slow
I'd like to round the corner of my tableview cells and make the gap between them bigger.
I do it in the cellForRowAtIndexPath like this:
static NSString* CellIdentifier = @"normal";
cell = ...
0
votes
1answer
30 views
using multiple colours for stroking context
i'm drawing a graph and i want the the ascending lines to be in green and the descending lines in red. i tried the following:
CGContextRef context = UIGraphicsGetCurrentContext();
...
2
votes
1answer
84 views
CGFloat comparison wrong
in my app i'm checking if the the x-value of a CGPoint is different than zero in an if-statement. however, the app enters the if-statement although the x-value of the point is zero. here is the code:
...
0
votes
1answer
42 views
How do I take a screenshot of a view which has transform?
I'm able to crop a view with this code
- (UIImage *)captureScreenInRect:(CGRect)captureFrame {
CALayer *layer;
layer = self.view.layer;
UIGraphicsBeginImageContext(self.view.bounds.size);
...
0
votes
0answers
15 views
Drawing over a draw-over?
I'm not big into Quartz for drawing, but the app I am working with is. It uses Quartz (CGContent, blah, blah) to do custom drawing in the titlebar.
Now, I am moving the NSWindowButtons down, which I ...
0
votes
1answer
123 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.
...
0
votes
1answer
121 views
How to draw line given a center point and angle in iOS?
This is so much an iOS question as it is my current inability to do coordinate geometry. Given a CGPoint to act as a point that the line will pass through and an angle in radians. How do I draw a line ...
3
votes
1answer
72 views
How to Recognize Cover Pages in PDF-Document
I would like to implement a PDF-Viewer which shows two pages of the document side by side at a time. Naturally, the document should show the cover page alone if it exists such that those pages ...
0
votes
0answers
164 views
iOS drawing borders around views - blurry when converted into an image
I have a two-dimensional table in my app and I want to have a 1 pixel thick border around each cell. Each cell is a distinct UIView and I found that I can draw such borders with something like:
...
2
votes
1answer
40 views
How do I get the current dimensions of the quartz device in R?
I apologize if this is too simple a question. I am relatively new to R and cannot seem to find the answer to this.
I have plotted a graph in R and saved the quartz window to a pdf. I want to reuse ...
3
votes
0answers
132 views
Memory Leaks with PDFDocument + Quartz Filter
My application uses a quartz filter to convert images within a PDF document to black and white:
PDF Document *pdfDocument = [[PDFDocument alloc] initWithURL:[NSURL ...
3
votes
1answer
521 views
iOS Drawing Circles
I am trying to create the circles below in my iOS app. I know how to make the circles but am not entirely sure on how to get the points along the arc. It has to be in code not an image. Below is also ...
0
votes
1answer
93 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 ...
1
vote
1answer
203 views
Set UITableViewCell background color using a CALayer
On iOS, I am adding a CALayer to a UITableViewCell's layer. This is my first time using CALayer, and it is simply supposed to change the background color of the table cell. My goal is (1) to learn ...
0
votes
1answer
40 views
Layer Shadow Missing on iPad3 (but works in Simulator)
I draw a shadow behind a UIView using the following code
self.view.layer.borderColor = [UIColor whiteColor].CGColor;
self.view.layer.shadowColor = [UIColor blackColor].CGColor;
...
1
vote
1answer
166 views
Efficient drawing in NSView drawRect
I have an application I'm writing in which I'm drawing into an NSView. In mouseDown I am saving the location in my data model and then drawing a graphic at that location within the drawRect method of ...
1
vote
1answer
54 views
Clear the current path in CGContextRef?
I am looking for way to clear the current path in the CGContextRef? I want to replace with current path in CGContextRef with new CGPathRef.
I thought I could you CGContextReplacePathWithStrokedPath? ...
1
vote
1answer
57 views
How to erase drawn objects in Cocoa?
I created a drawing program. It works great, you can import an image and annotate it with different colors and brush configurations.
My problem is I can't figure out how to allow erasures. I wrote ...
0
votes
1answer
63 views
Make circle when user touch
When the user clicks the screen a circle should be drawn where the user touch. Whats wrong with my code?
{
BOOL _touchHasBegun;
CGPoint whereUserClicked;
float pointWhereUserClickedX;
...
0
votes
0answers
107 views
Upside down images in Quartz (iOS)
I know this issue has to do with Quartz having a different coordinate system than UIKit, but I've spent many hours trying different things to no avail. Here's the code currently:
...
2
votes
1answer
112 views
Drawing a curved highlight tint at the top of a rounded NSView, similar to that seen with the Quartz Composer UI
I have been playing around with a custom view that looks a like the patch object from Quartz composer. My fake Quartz Composer view looks nice enough. It is a single view with 2 different linear ...
2
votes
1answer
78 views
Rotate CALayers
I've done following tutorial to create a rotating Wheel Control with UIKit.
http://www.raywenderlich.com/9864/how-to-create-a-rotating-wheel-control-with-uikit
In the section "Laying out the Wheel" ...
1
vote
1answer
107 views
Image Changing CALayer Core Animation
What is the best way of changing the image of my "Sprite" before/during/after an animation?
I display the image:
CALayer *am = [[CALayer alloc] init];
am.contents = img;
am.bounds = CGRectMake(150, ...
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 ...
0
votes
1answer
212 views
Change image after UIImageView had started/completed animation
I need my image view to change its .image at the beginning and end of each animation.
This is the animation:
- (void)performLeft{
CGPoint point0 = imView.layer.position;
CGPoint point1 = { ...
1
vote
0answers
24 views
Can you set the anchorPoint of the root layer on an NSView?
Is it possible to modify the anchorPoint property on the root CALayer of a layer-backed NSView?
I have a view called myView and it seems every time I set the anchorPoint, it gets overridden in the ...
1
vote
1answer
38 views
When is it safe to call setAnchorPoint: for a CALayer?
I want to set the anchorPoint property on a layer inside one of my NSViewControllers.
I've tried to set the anchorPoint inside loadView and awakeFromNib; these both get called the first time the view ...
0
votes
2answers
110 views
How to add randon transparent dots over CGPath or NSBezierPath
Wanted to know how can I add transparent dots or lines over CGPath or NSBezierPath.
Here are more details about the problem.
I've a solid line say width = 30(drawn using NSBezierPath or CGPath) , now ...
0
votes
0answers
72 views
Ways to use relative (as opposed to absolute) mouse movement in OS X?
I'm working on a python application that controls mouse movement.
I have absolute mouse position working perfectly, using the Quartz.CoreGraphics library, which exposes some CGEvent commands for ...
0
votes
1answer
76 views
How to draw elliptical gradient in cocoa?
Is it possible to get this kind of gradient in cocoa ?
I can use simple CGContextDrawRadialGradient with clip made by CGContextAddEllipseInRect but the effect will slightly different.
Is it any ...
1
vote
0answers
106 views
Zoom (magnifying glass) effect in OS X
I'm trying to create Magnifying Glass App very similar to build in in OS X (Mountain Lion).
I'm wondering how can I acheive this effect, using which frameworks?
What do you think, could it be a ...
0
votes
1answer
144 views
Sibling NSView z-ordering in Cocoa
How does z-ordering work with sibling NSViews in Cocoa? I'm confused because I'm finding conflicting sources of information in Apple's docs and APIs. (Note: Subviews are obviously rendered on top of ...


