summaryrefslogtreecommitdiff
path: root/codec/convert.h
AgeCommit message (Collapse)Author
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
2010-03-26Added support for PNG image format [Not yet functional under WIN32]. Thanks ↵Francois-Olivier Devaux
to Winfried for this patch. See details here http://code.google.com/p/openjpeg/issues/detail?id=16
2007-08-20Added support for the TGA file format in the codecFrancois-Olivier Devaux
2007-07-17Added support for RAW images. This module has been developped by the ↵Francois-Olivier Devaux
University of Perugia team. Thanks to them !
2007-02-28Enabled compression of TIF image format to j2k by tifftoimage() and ↵Parvatha Elangovan
decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-07-21ENH: Marking const char * what should be const char *. TODO need to fix code ↵Mathieu Malaterre
for imagetopgx.
2005-12-08removed old readme and MakefileAntonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2004-04-29 Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2003-11-27Initial revisionSebastien Lugan