<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2/converttif.c, branch dev-restart</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-04-23T02:29:03Z</updated>
<entry>
<title>Allow to write 3/5/7/9/11/13/15 bpp TIF files</title>
<updated>2016-04-23T02:29:03Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-22T23:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=74e814358c2530d238e3ada22d8eee6bf1d65283'/>
<id>urn:sha1:74e814358c2530d238e3ada22d8eee6bf1d65283</id>
<content type='text'>
Update uclouvain/openjpeg#729
</content>
</entry>
<entry>
<title>Allow to read 3/5/7/9/11/13/15 bpp TIF files</title>
<updated>2016-04-23T02:24:04Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-23T02:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=54393d9e38ac9d170d1ca6ac0c348d5f539d117d'/>
<id>urn:sha1:54393d9e38ac9d170d1ca6ac0c348d5f539d117d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings for C++</title>
<updated>2015-10-07T18:53:57Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-10-07T09:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c8ae3c522552271f426eaa9c6d158a72e9c5f26f'/>
<id>urn:sha1:c8ae3c522552271f426eaa9c6d158a72e9c5f26f</id>
<content type='text'>
g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>TIFF can output CMYK</title>
<updated>2015-08-21T17:54:22Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T17:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f98df1c715df24176fa616046cfabbffde680c6f'/>
<id>urn:sha1:f98df1c715df24176fa616046cfabbffde680c6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update convert for PNG output</title>
<updated>2015-07-26T16:28:03Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-26T16:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f3dad25c774559c6f2370d1e19ec48caae04dd65'/>
<id>urn:sha1:f3dad25c774559c6f2370d1e19ec48caae04dd65</id>
<content type='text'>
Update uclouvain/openjpeg#264
</content>
</entry>
<entry>
<title>Remove some warnings when building</title>
<updated>2015-07-26T00:41:39Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-26T00:41:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c423cc84e7be79051a7f9631fa26aa7d072361f2'/>
<id>urn:sha1:c423cc84e7be79051a7f9631fa26aa7d072361f2</id>
<content type='text'>
Update #442
</content>
</entry>
<entry>
<title>Correct error message for invalid TIFF input</title>
<updated>2015-07-19T13:01:12Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-19T13:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=46c1dd22fc6d6a8b8f2b54f9e42e1fe5ba4938a7'/>
<id>urn:sha1:46c1dd22fc6d6a8b8f2b54f9e42e1fe5ba4938a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for TIFF input with Alpha channel</title>
<updated>2015-07-17T22:07:04Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-17T22:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8048bbc7a2c82d8342c3372690ccd3c9a6359425'/>
<id>urn:sha1:8048bbc7a2c82d8342c3372690ccd3c9a6359425</id>
<content type='text'>
Update uclouvain/openjpeg#322
</content>
</entry>
<entry>
<title>Fix build warnings in converttif.c</title>
<updated>2015-07-16T04:51:21Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-16T04:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=635a358962ce2eefe9750399d9c212d1fff65afc'/>
<id>urn:sha1:635a358962ce2eefe9750399d9c212d1fff65afc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update imagetotif to support more output TIF formats</title>
<updated>2015-07-15T22:26:02Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-15T22:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8f798864a9a01a3aa3f3219c7f0f6d98afd482ba'/>
<id>urn:sha1:8f798864a9a01a3aa3f3219c7f0f6d98afd482ba</id>
<content type='text'>
Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264
</content>
</entry>
</feed>
