Tags : DNG
iOS 11: Crush when processing .jpegRepresentation
October 2, 2017 AppleiOSSwiftXcode
I don’t have a solution for this yet. Is there any solution for this? When blending multiple images by using CoreImage, App got a crush. It depends on number of images.
Using CIFilter deal with DNG/RAW file, Swift 4
September 27, 2017 AppleiOSSwiftXcode
Here is a basic source code of the image filter and draw of the DNG file by using CIFilter, GLKView.
xPIC – Ver.1.5.0 – Multiple images share
September 9, 2017 AppleiOSxPIC
🎉Ver.1.5.0 is added a feature which can share multiple images via the Activity View.
xPIC – Ver.1.4.0 – Localized to the Chinese
Ver.1.4.0 is localized to the Chinese Simplified, Chinese Traditional. Enjoy!
xPIC – RAW Interval Shot – Ver.1.3.0 – has been released.
Ver.1.3.0 – Changes history: Modified the blending UX, Remove a JPEG capture functions, and Bug fixes and performance change.
xPIC – Extreme Manual Shot – New App Released
[Update: Sep 9, 15:07] We are pleased to announce that we have been released the new iOS Camera application. xPIC is the Camera application which can be controled by manual operation. Here is a simple users manual to master the application.
Blending two DNG Images by using Core Image
July 4, 2017 DevelopmentiOSSwift
iOS Core Image has many filters. It can be able to handle the DNG/RAW image file. Here is a sample code.