Open GoogleCodeExporter opened 9 years ago
I think convert.c should support pgx, raw, tiff and png. Its used only for test
suite and give example through applications.
Original comment by savmick...@gmail.com
on 6 Mar 2014 at 11:54
I think that convert.c needs to be split.
IMHO, there shall be one file per image format with one helper file which deals
with component bit depth limitations, component transform (e.g. from transform
one line from opj_image to 8bpp interleaved RGB with clamping etc...)
We can see that all imagetoxxx share a great deal of code. The minimum effort
needed is to get this code merged in helper functions that are used
consistently throughout those imagetoxxx functions.
Original comment by m.darb...@gmail.com
on 16 Oct 2014 at 10:05
I started to split it starting at r2972 to get Issue 203 a bump.
Original comment by m.darb...@gmail.com
on 20 Dec 2014 at 6:51
Original issue reported on code.google.com by
mathieu.malaterre
on 28 Feb 2014 at 8:38