Sunset Lake Software - Comments for "capture image from GPUImageStillCamera without filter" http://www.sunsetlakesoftware.com/forum/capture-image-gpuimagestillcamera-without-filter Comments for "capture image from GPUImageStillCamera without filter" en I'd like a way to get the http://www.sunsetlakesoftware.com/forum/capture-image-gpuimagestillcamera-without-filter#comment-1558 <p>I'd like a way to get the unfiltered UIImage as well. I'm anticipating a UI where the user can turn filtering on and off. When off, I won't have a filter and would like to avoid going through the capturePhotoAs* methods as they scale the image down to get below 2048 on certain hardware.</p> pubDate Mon, 20 Aug 2012 23:03:02 +0000 dc:creator Mark Krenek guid false comment 1558 at http://www.sunsetlakesoftware.com Hi Brad, Im now using your http://www.sunsetlakesoftware.com/forum/capture-image-gpuimagestillcamera-without-filter#comment-1472 <p>Hi Brad, Im now using your GPUImage framework. I need to capture the original image as well as the processed (filtered) image on one click of still image camera capture button. So, I think, it'ld be better to get the original image and then to apply the filter and process it using the similar filter effect to the GPUImagePicture. </p> <p>So, I would like to capture original image but need to get the filtered still image camera output(for user display) as well. How can I do it? Can you suggest me how to do it?</p> <p>Thanks,<br /> Ananth</p> pubDate Sat, 30 Jun 2012 07:26:08 +0000 dc:creator Ananth guid false comment 1472 at http://www.sunsetlakesoftware.com You're going to need to use a http://www.sunsetlakesoftware.com/forum/capture-image-gpuimagestillcamera-without-filter#comment-1461 <p>You're going to need to use a filter of some sort for the capture to work, but you could use something like a gamma filter with the defaults set, which will just pass through the unfiltered image.</p> pubDate Mon, 25 Jun 2012 22:13:49 +0000 dc:creator Brad Larson guid false comment 1461 at http://www.sunsetlakesoftware.com