Writing Single Color DPX Files Using Imagick on PHP
Posted: 2016-03-01T17:01:07-07:00
Hi,
I was looking for Imagick tutorials but could not find any. I'm experienced in PHP, I'm not sure about specific flags and setting in Imagick.
I want to write single color (every pixel in the image has the same color) 10-bit DPX files, example:
file format: DPX
frame size: 1920x1080
bit depth: 10-bit
color for this frame: 0/0/1023 - this is 100% blue in 10-bit R|G|B
what would be the Imagick code to write this ? Any settings that I'm missing ?
Thank you.
I was looking for Imagick tutorials but could not find any. I'm experienced in PHP, I'm not sure about specific flags and setting in Imagick.
I want to write single color (every pixel in the image has the same color) 10-bit DPX files, example:
file format: DPX
frame size: 1920x1080
bit depth: 10-bit
color for this frame: 0/0/1023 - this is 100% blue in 10-bit R|G|B
what would be the Imagick code to write this ? Any settings that I'm missing ?
Thank you.