Closed ATMI closed 5 months ago
better to search for a solution, that provides a bitmap of an image
It's not a problem. The most important that the library gives you data in some interpretable format. After that, for example, in Java you can use BitmapFactory.decodeX or other methods
@zDragonLORD, ImageMagick sounds like an option. However, could you look for libraries that can extract images and EXIF data from various formats once more, but the only limitation now is that the library should be written in C/C++?
Thanks, will check a bit later!
Thx, we will use ImageMagick, closing the issue!
feature/image_loading
@zDragonLORDTo load numerous pictures in different formats, we need a fast and lightweight library. Most popular image manipulation library, OpenCV, do not fully satisfy the requirements as it has issues with RAW format, so, please find a library that:
.RAW
,.NEF
, and etc.Share your findings in comments!