Search found 2 matches
- 2011-03-30T06:34:26-07:00
- Forum: IMagick
- Topic: Problem setting -sampling-factor
- Replies: 2
- Views: 10033
Re: Problem setting -sampling-factor
I've tried that too, every combination I could think of....still no go.
- 2011-03-29T16:31:03-07:00
- Forum: IMagick
- Topic: Problem setting -sampling-factor
- Replies: 2
- Views: 10033
Problem setting -sampling-factor
I am having no luck setting the -sampling-factor for converting a tif to jpeg using PHP.
Here is my command:
"convert -sampling-factor 1x1 ".$exfilename." ".$filename;
Here is the output:
convert: Improper JPEG sampling factors 2,2
Apparently should be 1,1.. `JPEGPreDecode' @ warning/tiff.c ...
Here is my command:
"convert -sampling-factor 1x1 ".$exfilename." ".$filename;
Here is the output:
convert: Improper JPEG sampling factors 2,2
Apparently should be 1,1.. `JPEGPreDecode' @ warning/tiff.c ...