Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenJPEG] PNG codec for OpenJPEG_v1_3 #16

Closed
GoogleCodeExporter opened this issue Jul 18, 2015 · 4 comments
Closed

[OpenJPEG] PNG codec for OpenJPEG_v1_3 #16

GoogleCodeExporter opened this issue Jul 18, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

To:openjpeg@googlegroups.com
Subject:[OpenJPEG] PNG codec for OpenJPEG_v1_3

This could have been the final version for OpenJPEG_v1_3. But the
'tiled image' case and other cases are unsolved.

This codec has been tested with bit_depth: 16, 8, 4, 2; with/without
alpha transparency; with color/gray. In both directions: 
PNG --> J2K --> reversePNG .

READ:
=====
16 Bit and parameters->cp_cinema are not used: I do not know what
cp_cinema is.

1,2,4 Bits are expanded to 8 Bits: I do not know whether the library
accepts these depths.


READ/WRITE:
===========
Time and Text are not used: I do not know whether the library accepts
Time/Text.


If this version should be accepted, I could write the codec for
OpenJPEG_v2.

winfried

Original issue reported on code.google.com by szukw...@arcor.de on 10 Mar 2010 at 5:48

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks Winfried for this patch. I committed it (rev554) but still have problems 
to 
make it functional under windows. Currently, an error message will show under 
WIN32 
if you try to (de)compress PNG files.

I tried compiling a libpng static library as we did for libtif, but I can't 
seem to 
have a working compilation. I have linking problems, and libtif and libpng 
libraries 
don't seem to be happy together.

Experts are welcome ;-)

Original comment by fodev...@gmail.com on 26 Mar 2010 at 3:51

  • Added labels: OpSys-Windows, Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by fodev...@gmail.com on 8 Apr 2010 at 6:30

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Hi 
With current trunk and opj-1.5 version, the build of png and tiff lib seems to 
be correctly handle.

We should closed this issue.

Best
Mickael

Original comment by savmick...@gmail.com on 2 Nov 2011 at 2:17

@GoogleCodeExporter
Copy link
Author

Ok. Closing then.

Original comment by mathieu.malaterre on 10 Feb 2012 at 10:35

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant