0
votes
1answer
29 views

CoreText with gray color space

I am trying to use CoreText on iOS to render OpenGL textures. CoreText renders in a CoreGraphics Bitmap context, which is then loaded in OpenGL using glTexImage2D. When I create a bitmap context ...
0
votes
0answers
29 views

crop AVCaptureVideoPreviewLayer and apply color effect

I have cameraView using AVFoundation framework. When i alloc AVCaptureVideoPreviewLayer it display videoStream. How to apply crop to some portion of this AVCaptureVideoPreviewLayer layer and apply ...
0
votes
3answers
72 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?
1
vote
1answer
69 views

iOs draw an intereactive map

I need to draw an interactive map for an iOs application. For example it can be the map of the US showing the states. It will need to show all the states in different colors ( I'll get this from a ...
1
vote
2answers
266 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
4answers
360 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. ...
2
votes
1answer
191 views

Replace particular color of image in iOS

I want to replace the particular color of an image with other user selected color. While replacing color of image, I want to maintain the gradient effect of that original color. for example see the ...
0
votes
3answers
95 views

iPhone. Benefits to using Open GL ES over Core Graphics in a live multiplayer game?

I am working on a live multiplayer version of a pictionary like game. It will be like draw something except live with 4 players and not turn based. is there a benefit to writing my drawing algorythm ...
2
votes
1answer
83 views

Building 'DrawSomething' style app for neuroscience project research purposes

I am trying to implement a view that draws the users handwriting (curser position) for the iPad (4). I saw Apple's sample code, that uses OpenGL, however, there were parts I couldn't understand, so, I ...
1
vote
1answer
166 views

Broken texture in iOS

I'm using OpenTK in MonoTouch to render some textures in iOS, and some of the textures come up broken. This is a closeup of an iPad screenshot showing one correctly rendered texture (the top one) and ...
1
vote
1answer
115 views

Upgrading from CoreGraphics

I've written my first iOS app, Amaziograph, which uses Core Graphics. My app is a drawing app and it employs drawing a lot of lines (Up to 30 lines one by one, at different locations + some shadow to ...
0
votes
1answer
221 views

How can I draw textured button in iOS?

I would like to draw textured button in iOS app. I would not use Photoshop rather CoreGraphics because I want a general solution that works with buttons that has different size. What is the basic ...
4
votes
1answer
699 views

pixel updating - with CGImage and direct CGDataProvider

Actual Question Several types of answers will solve my problem: Can I force a CGImage to reload its data from a direct data provider (created with CGDataProviderCreateDirect) like ...
0
votes
0answers
299 views

Cannot Update View: Error “CGContextDrawPath: invalid context 0x0”

I'm new to iOS and have been stuck on this issue for a while, so any help would be greatly appreciated! Here's the breakdown of what I'm trying to achieve in my application: 1st scene contains a ...
0
votes
0answers
106 views

Touch draw on an background image and save it

I have been able to write code for doing touch draw on a UIView, and added the support for undo, redo, and erase. Now, I am wondering how to the same with an UIImageView (that is, enable touch draw on ...
0
votes
1answer
168 views

iPhone - Custom dynamic drawing using touch like in “Draw something” game OpenGL or Core Graphics?

I am trying to do dynamic drawing that draws a particle everywhere the finger is moving along the screen, exactly like in the game "Draw Something". My intention is not to make a game, but I need ...
0
votes
1answer
292 views

High-performance copying of RGB pixel data to the screen in iOS

Our product contains a kind of software image decoder that essentially produces full-frame pixel data that needs to be rapidly copied the screen (we're running on iOS). Currently we're using ...
1
vote
1answer
90 views

how to make cube with only Right & Top side using OpenGL

I want to show simple Cube with Right & Top portion , Below is the image which is i am looing for. i had refer this link and try to edit as per my required but don't getting success.
1
vote
1answer
447 views

How to give 3D effects to UIImageView/uiview using OpenGL looks like a 3D CUBE

I am new to OpenGL and don't much have knowledge in it. I want to add a 3D effect to a UIImageView . How can I achieve this using OpenGL? I want to do something like seen in this image: I have ...
1
vote
1answer
505 views

Objective-c : Most efficient way to load a texture to OpenGL

Currently i load a texture in iOS using Image I/O and I extract its image data with Core Graphics. Then i can send the image data to OpenGL like this : glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, ...
1
vote
0answers
498 views

OpenGL/CoreGraphics to page curl layer (not animation)

I am attempting to take a CALayer and put a small page curl at the bottom right. Similar to how the iOS Maps on iPad looks. I think how they do it is by starting a page curl and stopping it at ...
1
vote
1answer
450 views

Soft Brush for Paint App?

Like in Photoshop and many other painting/photo editing program that it lets you set the hardness of the brush. Is it possible to do this with core graphics? Or I have to use OpenGL PS. If I have ...
1
vote
2answers
281 views

How is it possible to use dual core in opengl game loop?

My question is about game loop design in opengl. I believe that game loop can be spited in 3 main steps accept input - it may come from users click on the screen or system alert, or anything else. ...
0
votes
3answers
259 views

Which graphic framework is possible for a project?

My intention is to 'learn while doing' to create an airplane approaching from a distance, that is on a roller-coaster-like path. It will begin in the distance (small & unrecognizable) and end/stop ...
0
votes
0answers
103 views

What graphics frameworks can be used on Retina display (with a stable release), in particular, for The New iPad?

I thought for a while that Apple's frameworks, Cocos2D, OpenGL ES, can all work fine with The New iPad's Retina display, until I saw this post: http://www.cocos2d-iphone.org/archives/1845 So looks ...
0
votes
1answer
90 views

On iPad, to keep a bitmap of the current main view, how is Core Graphics compared with cocos2D and OpenGL ES?

I heard that for a single view app, it is best to keep the current main view's content in a bitmap, and we paint extra things on this bitmap, and when it is time to do drawRect (when called by iOS), ...
0
votes
1answer
989 views

NSString drawInRect: and drop shadows on iOS

I'm using [NSString drawInRect:] to draw text to a texture and everything works fine until I add drop shadows. They appear correctly, but are often clipped by the rect I'm drawing to. The issue is ...
6
votes
1answer
2k views

How can you apply distortions to a UIImage using OpenGL ES?

Is there any way to create effects like dents, pinching, twisting, squashing, etc. on a UIImage using OpenGL ES as in the iPhone application PhotoTwist? Are there any references or guidelines for ...
1
vote
1answer
362 views

Best approach for music visualization/interaction app

I'm am an experienced flash developer who's been learning objective-c for the last 5 months. I am beginning the development of an app previously prototyped in Flash and I'm trying to guess what could ...
2
votes
1answer
918 views

Create mask from part of the image in iOS

I am developing a coloring book application for iPad (iOS4+). The application should allow to color only one area of an image at a time. I mean, if users touches anywhere on the screen and starts ...
0
votes
2answers
514 views

How to warp an UIImage using Open GL or any other method…?

I am trying to develop an iOS app to make any given image (UIImage) warp on selected locations. So for this task to be accomplished what should be the rightmost way going forward, for now i'm doing ...
0
votes
1answer
126 views

Writepad Like Application iOS

I want to create app that should let the users to write in their own handwriting. Simply it is a handwriting app. I dont know where to start my development and what are the concepts i need to be ...
-2
votes
1answer
443 views

How do I Implement an Eraser Tool for a Drawing/Painting App? [closed]

I am trying to develop a drawing/painting app for my portfolio. The functions I have now are "Write", "Change Size", and "Change Color". Now, I am trying to implement an eraser tool that will ...
5
votes
2answers
1k views

Advantages of using Core Graphics

I would like to know what kind of advantages I get from using Core Graphics instead of Open GL ES. My main question is based on this: Creating simple View animations. Creating some visual appealing ...
1
vote
3answers
1k views

Fastest possible Apple Style Flip Counter in native code on iOS

I'd like to mimic an Apple style flip counter on iOS. Specifically, this thing is going to be FLYING FAST. It's not going to be an alarm clock, think player high-score where you are racking up ...
5
votes
2answers
2k views

iOS: is Core Graphics implemented on top of OpenGL?

I have found one diagram that shows Core Graphics implemented above OpenGL, and another that puts it alongside OpenGL. I would think that Apple would be smart to give each equal access to the graphics ...
0
votes
2answers
2k views

iphone: Apply a texture to CGContextStrokePath

I search all the question and answer in StackOverflow but can not get the result I want. I would like to use a PNG file, to display as a stroke at the point user touch and move. This is the PNG file: ...
0
votes
2answers
898 views

iphone: rewrite GLPaint using Core Graphics

I would like to rewrite the Apple source code, GLPaint application, but not using OpenGL like the example, I would like to use Core Graphics library. But I stuck in displaying the texture like ...
1
vote
2answers
427 views

CVImageBuffer comes back with extra column padding. How do I crop it?

I have a CVImageBuffer that comes back with recorded height of 640px and width of 852px. The bytes per row are 3456. You'll notice that 3456/852px != 4 (it's something like 4.05). After some ...
0
votes
2answers
1k views

Set UIImage as a background for 2D OpenGL ES on iPhone

once again I'm asking for help after quite a bit of research. I need to create a view where the user can place an image to the background and draw lines/dots(touch events) on top of it and then save ...
0
votes
2answers
1k views

Animating and rotating images in iOS

I have a set of 36 car images which I need to be interactive. i.e., using the touchesMoved, touchesEnded methods. Tapping any part of the car should display a popover depending on which part is below ...
1
vote
1answer
277 views

What is the best way to draw a glossy circle in iPhone OpenGL or Coregraphics?

I want to draw a circle on the iPhone screen with Shadow and glossy effect.I am new to coreGraphics and OpenGL and dont really know the difference between the two.And which library is to be used when. ...
0
votes
1answer
505 views

iOS OpenGL or CoreGraphics smooth rectangle drawing

I'm trying to draw a filled rectangle in the drawRect and the rotate it by 5 degrees. The problem is that when I rotate this rectangle, the edges look very jagged. I have the feeling that this needs ...
0
votes
1answer
88 views

Placing objects around image highlights- coco2d /opengl / coregraphics?

I would like to extract the white areas/bright areas of an image and place a custom objects in those areas. I need to know which framework to work with. if anyone has done something similar, I would ...
0
votes
0answers
361 views

Creating a vector image iPhone sdk

I need to create a drawing application like GLPaint. I need to save the images as vector. Which is the best method to use (CoreGraphics, OpenGL, etc). Also, how to export a vector image from a context ...
0
votes
1answer
177 views

How to draw an image according to the pixels of another image?

HI all ,what i want is to map the images.Suppose i have two images of persons,one is of fat person and another is of weak person,Now i want to match their faces ,eyes.I want to increase or decrease ...
1
vote
1answer
229 views

How can I do `pushMatrix` or `popMatrix` of GL in CoreGraphics?

In GL, I have used some kind of this stuff, glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glPushMatrix(); glTranslatef(); // Do something glPopMatrix(); To make and work in a derived coordinate ...
4
votes
4answers
2k views

Programmatically create image from UILabel

I want to use a UILabel to create an RGBA stream of bytes image representation programmatically (at runtime). For example, I want to create a UILabel in a specific font and with specific text, turn ...
0
votes
3answers
1k views

How do you draw individual pixels on the iPhone?

I am interested in making a game that depend on pixels, drawing every pixel one at a time. But I am having an extremely hard time finding barebones source code showing how to do this. Does ...
2
votes
3answers
413 views

What's the best design for image-based iphone app?

I would appreciate some advice on an iphone game design. I want to display some backround image and other images on top of it (buildings, characters etc). The backround is going to be large (up to 10 ...

1 2