<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/codec/convert.c, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2011-04-13T21:01:39Z</updated>
<entry>
<title>re-organization of openjpeg directories hierarchy : step 1</title>
<updated>2011-04-13T21:01:39Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-13T21:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=16f205d886407d087fbaa5d00ff31e371f97cb51'/>
<id>urn:sha1:16f205d886407d087fbaa5d00ff31e371f97cb51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated (ALPHA added for RGB and GRAY, correct handling of 12-bit precision), small bugfixes (credit to Winfried)</title>
<updated>2011-04-12T17:05:47Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-12T17:05:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=91419e0e3e57aa1d88a385e1a2f9a8c710ff67b2'/>
<id>urn:sha1:91419e0e3e57aa1d88a385e1a2f9a8c710ff67b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the libs directory containing win32 compiled versions of libpng, libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies).</title>
<updated>2011-03-20T22:45:24Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-03-20T22:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=19f9147e1076d83dd1111609ca93a01085dbfb4f'/>
<id>urn:sha1:19f9147e1076d83dd1111609ca93a01085dbfb4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert.c: inclusion of endian.h has to be different on APPLE platforms</title>
<updated>2011-01-16T16:23:12Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-16T16:23:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=420750f5cadc09c03b63ea9643752d9c30f0338a'/>
<id>urn:sha1:420750f5cadc09c03b63ea9643752d9c30f0338a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed forgotten debug info in imagetopnm()</title>
<updated>2011-01-11T08:21:13Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-11T08:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=08459fd94478e2f260abab8d5ac1808bae3e4180'/>
<id>urn:sha1:08459fd94478e2f260abab8d5ac1808bae3e4180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) support. See Netpbm for more info. (patch from szukw000).</title>
<updated>2011-01-09T22:54:35Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-09T22:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=985a163e33b3496811b80c9a3deabb10e99be3ad'/>
<id>urn:sha1:985a163e33b3496811b80c9a3deabb10e99be3ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  (thanks to Winfried for his help)</title>
<updated>2010-12-08T11:06:41Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-08T11:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba'/>
<id>urn:sha1:d08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba</id>
<content type='text'>
* [antonin] changed remaining "WIN32" to "_WIN32"
! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c.
- [antonin] removed "opj_convert{.c,.h}"
+ [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat").
+ [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion
+ [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump.
</content>
</entry>
<entry>
<title>added a definition in getopt.h and an initial value in convert.c</title>
<updated>2010-12-05T15:10:10Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-05T15:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=cf39198a9a93455ca65114258197c5fd4f8216e2'/>
<id>urn:sha1:cf39198a9a93455ca65114258197c5fd4f8216e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed a bug in codec/convert.c that prevented to build executables with WIN32 compiler (thanks winfried)</title>
<updated>2010-11-28T18:40:57Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-28T18:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1c2ed5cc33df3cfb6f61657b930a5c300cf6993f'/>
<id>urn:sha1:1c2ed5cc33df3cfb6f61657b930a5c300cf6993f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverted 'include "../opj_config.h"' to 'include "opj_config.h"'</title>
<updated>2010-11-22T11:48:19Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-22T11:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d5b44a98bc4a289690ae668655439b17b604ab58'/>
<id>urn:sha1:d5b44a98bc4a289690ae668655439b17b604ab58</id>
<content type='text'>
</content>
</entry>
</feed>
