Tile, Reduction, Area (OpenJPEG)
Zoom in, Zoom out , 100% (not fltk-2)
'Save As PNG'
'Save As JP2/J2K' (OpenJPEG)
GNU configureAdditionally I used:
alsa-lib-1.0.24, libpthread,
linux-3.1.0, gcc-4.6.1, a soundcard with CMI-8768-Chip.
This program calls ALSA functions, not OSS functions.
libsox-14.4.0Without libsox:
this program can play music CD.With libsox:
this program additionally can play all music files libsox can handle.Known bugs:
After a CD change a short pause interrupts the music; the reason is unknown.
sox-14.2.0 may fail. The MP3 magic 'audio/mpeg; charset=binary' is unknown. The following patch could be applied:--- sox-14.2.0/src/mp3.c.orig 2010-06-15 17:16:56.000000000 +0200 +++ sox-14.2.0/src/mp3.c 2010-06-15 17:17:32.000000000 +0200 @@ -504,7 +504,8 @@ SOX_FORMAT_HANDLER(mp3) { - static char const * const names[] = {"mp3", "mp2", "audio/mpeg", NULL}; + static char const * const names[] = {"mp3", "mp2", "audio/mpeg", + "audio/mpeg; charset=binary", NULL}; static unsigned const write_encodings[] = { SOX_ENCODING_GSM, 0, 0}; static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE, ----- end of patch -----
BMP GIF JPEG PNG PPM XPM XBM XWD YUV
TIFF ( uses libtiff )
MNG JNG ( uses libmng )
J2K JPC JP2 PGX ( uses libjasper or libopenjpeg )
MJ2 ( libopenjpeg only )
TGA ( uses libtga )
GNU configure,
linux-3.8.0, gcc-4.7.2br>
libpng-1.7.0alpha07
libmng-2.0.2 (LCMS2/LCMS1. Unofficial until GlennRP will do something)libmng-2.0.2.tgzlibjpeg-v9a
libtga-2.0.0 (Unofficial until the libtga-developers are reachable)libtga-2.0.0.tgzlibtiff-4.0.3
Optional: netpbm-10.33.75; no longer necessary
Either: libjasper-1.900.1
Or: libopenjpeg ( see below )
fltk-1.1, fltk-1.3, fltk-3.0:fltk-2.0.x-alpha-r9296:
- like to hop around
All versions:
- The file_chooser menu is buggy. The developers have rejected a PATCH.
- The start image ( 'flimage file' ) possibly is not shown in full size.
- PowerMac G5 and MJ2: no smooth movements because of missing acceleration code in the library.
Version 2.0.2 see above.jasper library
svn co http://openjpeg.googlecode.com/svn/branches/openjpeg-1.5 openjpeg-branch-rUnstable revision:
svn co http://openjpeg.googlecode.com/svn/trunk openjpeg-trunk-rnetpbm library
Version 2.0.0 see above.
Since Version 0.3.2 with openjp2 support
Tile(v2), Reduction, Area(v2)