-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathTODO
More file actions
13 lines (12 loc) · 495 Bytes
/
Copy pathTODO
File metadata and controls
13 lines (12 loc) · 495 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO:
* Multiprocess capabilty using either:
- threads
- multiple instances using shared memory to share a cache
- Asynchronous via asio or libevent
* ICC profile integration via lcms library
* Lossless Rotation / transposition support for JPEG tiles
* JPEG source image support
* Look into using malloc_usable_size to trace real allocated space
* Lanczos, bilinear etc interpolation for CVT
* Copy EXIF, IPTC data for CVT exports
* Rewrite JPEG writer code for better buffered output