c# - Camera RAW image processing with Windows Store app -
i want create windows store app in c# process camera raw images. looks can load raw images using microsoft's windows imaging component (wic), when want manipulate images in windows store app, run problem.
to manipulate images in windows store apps, primary option found using writeablebitmap object, writeablebitmap objects have 8 bits per channel. dslrs, including mine, have 14 bits per channel. don't want lose color depth. suppose go directx approach, i'd rather not have deal c++ project. there's sharpdx, lacks bit in documentation, i'd tackle anyway if it's best choice. there other ideas?
so options, , solution favor in position? how can load raw images windows store application , make changes images without losing color depth?
Comments
Post a Comment