Yes, I need to keep the originals colorsxnview wrote: Mon May 23, 2022 2:16 pm ok, the original image is in CMYK, you would like to keep it in CMYK?
Search found 5 matches
- Tue May 24, 2022 12:12 pm
- Forum: NConvert
- Topic: Help with CANVAS and RESIZE
- Replies: 17
- Views: 14753
Re: Help with CANVAS and RESIZE
- Mon May 23, 2022 1:35 pm
- Forum: NConvert
- Topic: Help with CANVAS and RESIZE
- Replies: 17
- Views: 14753
Re: Help with CANVAS and RESIZE
The original file
- Fri May 20, 2022 1:08 pm
- Forum: NConvert
- Topic: Help with CANVAS and RESIZE
- Replies: 17
- Views: 14753
Re: Help with CANVAS and RESIZE
and if you use
nconvert -q 85 -ratio -rtype lanczos -rflag orient -resize longest 1000 -bgcolor 255 255 255 -canvas 1000 1000 center -out jpeg -o "C:\TEMP\photo1.JPG" "C:\MEDIATHEQUE\photo.EPS"
why do you want -bgcolor?
With -keepcspace option i got black (or random color) stripes
- Wed May 18, 2022 10:00 am
- Forum: NConvert
- Topic: Help with CANVAS and RESIZE
- Replies: 17
- Views: 14753
Re: Help with CANVAS and RESIZE
I need to keep 32-bits depth.cday wrote: Wed May 18, 2022 9:54 am You want to keep 32-bit depth, or output a 24-bit image with a selected background color? In the latter case, you could test including a term to set the bit depth to 24-bit.
- Wed May 18, 2022 9:39 am
- Forum: NConvert
- Topic: Help with CANVAS and RESIZE
- Replies: 17
- Views: 14753
Re: Help with CANVAS and RESIZE
Hello,
The -bgcolor and -bgcolor2 doesn't work when i use -keepcspace option. My original picture have a 32bit color depth.
For example :
nconvert -q 85 -ratio -rtype lanczos -rflag orient -keepcspace -resize longest 1000 -bgcolor 255 255 255 -canvas 1000 1000 center -out jpeg -o "C:\TEMP\photo1 ...
The -bgcolor and -bgcolor2 doesn't work when i use -keepcspace option. My original picture have a 32bit color depth.
For example :
nconvert -q 85 -ratio -rtype lanczos -rflag orient -keepcspace -resize longest 1000 -bgcolor 255 255 255 -canvas 1000 1000 center -out jpeg -o "C:\TEMP\photo1 ...