Search found 1 match

by bl201212
2012-12-10T06:36:03-07:00
Forum: Users
Topic: Image difference - dpx to jp2 conversion
Replies: 1
Views: 3014

Image difference - dpx to jp2 conversion

Hi all,

I'm attempting to compare the difference between two images:

the first (test.dpx.tiff) is a tiff converted from a 10-bit RGB log dpx file with the following command:

'convert.exe c:\test.dpx -set gamma 1.0 -set reference-black 95 -set reference-white 685 c:\test.dpx.tiff'

the second ...