View Single Post
Old 18 December 2023, 08:28   #10
mrv2k
Registered User
 
Join Date: Apr 2020
Location: England
Age: 53
Posts: 435
Quote:
Originally Posted by Spyhunter View Post
ok thanks. I will try that, just out of interest what command line parameters do you use please.
Depending on what size image I need, something like this.

Code:
nconvert -out iff -o myfile.iff -c 1 -resize 320 256 -rtype lanczos -colors 128 myfile.png
  • -out is the output filetype
  • -o is the output file name
  • -c 1 is to tell it to use compression
  • -resize is the output image size
  • -rtype is the resize type
  • -colors is the number of colours in the output image
  • the last part it the input file.
mrv2k is offline  
 
Page generated in 0.04225 seconds with 11 queries