Skip to content

imgtool function: convert exr file to binary file.#1

Open
fengyunvision wants to merge 4 commits intoISET:masterfrom
BeijingFengYunVision:exr2bin
Open

imgtool function: convert exr file to binary file.#1
fengyunvision wants to merge 4 commits intoISET:masterfrom
BeijingFengYunVision:exr2bin

Conversation

@fengyunvision
Copy link

Usage: imgtool convert --exr2bin [<ch1,ch2...>|chx:chy]
Convert input .exr file to binary file according to channels specified.
e.g. imgtool convert --exr2bin 1,2,3,5 pbrt.exr
e.g. imgtool convert --exr2bin 1:5 pbrt.exr
e.g. imgtool convert --exr2bin B,G,R,Radiance.C05 pbrt.exr
e.g. imgtool convert --exr2bin Radiance pbrt.exr
Default: all channels

Usage:  imgtool convert --exr2bin [<ch1,ch2...>|<chx:chy>]
                       Convert input .exr file to .mat file according to channels specified.
                       e.g. imgtool convert --exr2bin 1,2,3,5 pbrt.exr
                       e.g. imgtool convert --exr2bin 1:5 pbrt.exr
                       e.g. imgtool convert --exr2bin B,G,R,Radiance.C05 pbrt.exr
                       e.g. imgtool convert --exr2bin Radiance pbrt.exr
                       Default: all channels
Use [--outfile <path/filename>] to specify output location and output filename.
Whole argument example:
imgtool convert --exr2bin Radiance,B,G,R --outfile E:\PBRT\pbrt_binary E:\PBRT\pbrt.exr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants