From: szukw...@arcor.de
Date: Wed, 18 Apr 2012 21:25:12 +0200
Local: Wed, Apr 18 2012 3:25 pm
Subject: [OpenJPEG] MJ2 binaries revisited in branch15
1. wrap_j2k_in_mj2 input/from_[0:n-1].j2k FROM_J2K.mj2 1.1. mj2_to_frames FROM_J2K.mj2 FROM_J2K.yuv Currently BMP files are created using all three components. 1.2. extract_j2k_from_mj2 FROM_J2K.mj2 output/FROM_J2K_[0:n-1] 2. frames_to_mj2 -i FROM_YUV.yuv -o FROM_YUV.mj2 2.1. mj2_to_frames FROM_YUV.mj2 FROM_YUV.yuv 2.2. extract_j2k_from_mj2 FROM_YUV.mj2 output/FROM_YUV Currently J2K files are created. Using one of these J2K files, e.g. FROM_YUV_00000.j2k: j2k_to_image -i FROM_YUV_00000.j2k -o FROM_YUV_00000.bmp The BMP file uses component[0] only. j2k_to_image -i FROM_YUV_00000.j2k -o FROM_YUV_00000.pnm For each component a PNM file is created. j2k_to_image -i FROM_YUV_00000.j2k -o FROM_YUV_00000.png Refused. j2k_to_image -i FROM_YUV_00000.j2k -o FROM_YUV_00000.tga Refused. j2k_to_image -i FROM_YUV_00000.j2k -o FROM_YUV_00000.tif Refused. The attached patch corrects the code in the mj2 directory. As the values for ENUMCS_GRAY and ENUMCS_SRGB are wrong, I have The correct values are: #define ENUMCS_SRGB 16 winfried
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||