spillerrec / imgviewer

Customizable image viewer with minimalistic interface
2 stars 1 forks source link

Create own image loading library #5

Closed spillerrec closed 10 years ago

spillerrec commented 10 years ago

Several of the build-in image plug-ins have shown to have issues and QImageLoader does not include features such as color profiles or meta-data, making such hard to implement. Instead, create a new abstraction layer over image loading and implement it manually with linpng, libjpeg, libwebp, etc...

spillerrec commented 10 years ago

Done, and QImageReader is used as an fallback