Search found 4 matches
- 2016-03-17T20:02:14-07:00
- Forum: IMagick
- Topic: Create New Image From Scratch (not reading an existing image)
- Replies: 2
- Views: 8947
Re: Create New Image From Scratch (not reading an existing image)
thank you... Imagick pointed me in the right direction !
- 2016-03-16T22:27:44-07:00
- Forum: IMagick
- Topic: Create New Image From Scratch (not reading an existing image)
- Replies: 2
- Views: 8947
Create New Image From Scratch (not reading an existing image)
Hi, is it possible to create an image from scratch and then write it to disk via ImageMagick ? I'm not trying to read in an existing image, I'm trying to create a new image from scratch and save it as .tiff 16-bit. Can anybody point me into the right direction on where I can find information on how ...
- 2016-03-01T18:10:03-07:00
- Forum: IMagick
- Topic: Writing Single Color DPX Files Using Imagick on PHP
- Replies: 3
- Views: 9451
Re: Writing Single Color DPX Files Using Imagick on PHP
thanks for the link, I'm aware of the PHP manual...
I am not sure though how to specify RGB color values for pixels... all I see is peeps reading in other images that they are then transforming...
I need to create an image from scratch... how would I do that ?
I am not sure though how to specify RGB color values for pixels... all I see is peeps reading in other images that they are then transforming...
I need to create an image from scratch... how would I do that ?
- 2016-03-01T17:01:07-07:00
- Forum: IMagick
- Topic: Writing Single Color DPX Files Using Imagick on PHP
- Replies: 3
- Views: 9451
Writing Single Color DPX Files Using Imagick on PHP
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 ...