RealmeIP / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

opj_compress -F option does not allow specify big endian vs little endian #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use opj_compress to compress a raw image(512K) which is little endian:
opj_compress -i image.raw -o image.j2k -F 512,512,1,16,u

The compressed file size is 267K.
When making the raw image in big endian order and using the same command to 
compress the image, the compressed file size is 87K. 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.0, win7

Please provide any additional information below.

Original issue reported on code.google.com by tianyua...@gmail.com on 22 Apr 2013 at 2:08

GoogleCodeExporter commented 8 years ago
opj_compress rely on file extension for now .raw vs .rawl, please use 
appropriate. Closing.

Original comment by mathieu.malaterre on 25 Feb 2014 at 12:43

GoogleCodeExporter commented 8 years ago

Original comment by mathieu.malaterre on 28 Feb 2014 at 8:32