EQip – Ver.1.7.0 – Localized to the Chinese
Ver.1.7.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.
Installing JupyterHub using Pyenv + Anaconda on the AWS EC2
JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server.
Void – Record & Transcript – Ver.1.12.0 has been released
New version of the Void has been release. It has a new feature.
xPIC – Extreme Manual Shot – Ver.1.1.1 – has been released.
New version of the xPIC has been release. It has a new feature, bug fixes, and performance improvements.
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.
LaunchScreen.storyboard has suddenly not displaying
July 10, 2017 AppleDevelopmentiOSXcode
I had an encountered while debugging application on Xcode. when changing the TARGET -> General settings, after that LaunchScreen.storyboard could not displaying.
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.
Blending two images by using GPUImage 2
June 30, 2017 DevelopmentiOSSwift
GPUImage is awesome framework and GPUImage 2 also great which adopted Swift 3. Here is a simple blending sample.
UIButton.setTitle flickering suppression. Swift 3
When change the title in UIButton dynamically. There was flickering. It was caused by animation. Here is a work around.