1
vote
1answer
808 views
How to Rotate a UIImage 90 degrees?
I have a UIImage that is UIImageOrientationUp (portrait) that I would like to rotate counter-clockwise by 90 degrees (to landscape). I don't want to use a CGAffineTransform. I want …
0
votes
1answer
31 views
iPhone – Photoshop like effects
Can I make in iphone multiply, screen, color or other photoshop like effects?
0
votes
0answers
6 views
CGImage create thumbnail image with desired size
Hi,
I want to create the thumbnail using the CG. It creates the thumbnails.
Here i want to have the thumbnail with the size 1024 (with aspect ratio.) Is it possible to get the …
0
votes
1answer
76 views
NSString drawInRect overlaps all characters
I am attempting to fill some text with a gradient-fill, where by I set the text drawing mode to clipping, and then paint a gradient-fill.
The problem is, whenever I set the text dr …
0
votes
1answer
70 views
CGBitmapContext get pixel value Leopard vs. SnowLeopard confusion
Im trying to draw specific colour rectangles into a CGBitmapContext and then later compare pixel values with the colour i drew (a kind of hit-testing).
On Leopard this works fine …
0
votes
1answer
42 views
iphone change fill color of a shape drawn in context
I have drawn an enclosed shape using CGContext and filled a default color. I want to change the fill color on some event, how can I do that. There is only one enclosed shape in the …
0
votes
2answers
47 views
Process touches behind the UINavigationBar
In my application, I'm displaying a fullscreen image in a 320 x 480 frame. After I display the image, I fade the navigation bar out to allow the user to see the whole picture. When …
0
votes
2answers
135 views
How do I create a new image by drawing on top of an existing one using Quartz?
i have a view with uiimageview i assign this uiimageview image by camera..now i want to do some drawing onto image....using coregraphics.i want to do something like this... select …
0
votes
2answers
102 views
Any way to BRIGHTEN a UIImage without using OpenGL ES?
Does anyone know of a way to simply and effectively brighten a UIImage by a specific amount? I am currently fiddling with the Apple Sample Code Example GLImageProcessing with poor …
0
votes
0answers
460 views
How to get UIImage from texture of an EAGLView?
I am trying to get a UIImage from a texture I loaded into EAGLView using the following way:
//Try to get UIImage from EAGLView and assign to imageDataPhoto1
UIGraphicsBeginImageC …
0
votes
1answer
36 views
CGImageRef in OS X application?
Hi,
I have a .c code snipped that I don't want to port to Objective-C. This .c file worked on the iPhone platform, but not on OS X. It seems that the compiler doesn't know what to …
0
votes
1answer
108 views
Trying to set unique CoreGraphics (iphone) States for each Stroke…
I've got a number of 'line' objects -- each storing information about a line drawn using Core Graphics. The problem is, that though there may be several line objects each having a …
0
votes
2answers
51 views
Why doesn’t NSEnumerator iterator recognize object properties within DrawRect?
I usually have no problems using NSEnumerator in the iPhone sdk but this is my first time using it within the DrawRect function of a UIView. The NSEnumerator iterator is causing an …
0
votes
1answer
268 views
UITableViewCell Custom Drawing and Animating when Entering Edit/Reorder Mode
I am trying to do something very similar to this post. Starting with Atebits Fast Scrolling in Tweetie post I have a UITableView subclass that does all of it's drawing in the draw …
0
votes
2answers
246 views
Rounded UIView with Shadow?
So using this link:
http://stackoverflow.com/questions/805872/how-do-i-draw-a-shadow-under-a-uiview
And this link:
http://iphonedevelopment.blogspot.com/2008/11/creating-transpare …
