File: TODO

package info (click to toggle)
iipimage 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 7,376 kB
  • sloc: sh: 8,127; cpp: 7,791; ansic: 3,983; java: 872; makefile: 200; perl: 2
file content (13 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (3)
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