Image is not compressed

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

standus
Posts: 9
Joined: Tue Nov 09, 2021 6:13 pm

Image is not compressed

Post by standus »

I used this command:
nconvert.exe -overwrite -no_auto_ext -resize 100% 100% "90d53e9b8c48a3e9361f36017ba84de3.png" but file is not size compressed.
Output has no error.
** NCONVERT v7.192 (c) 1991-2024 Pierre-E Gougelet (Aug 26 2024/11:00:16) **
Version for Windows 7/8/10/11 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Conversion of 90d53e9b8c48a3e9361f36017ba84de3.png into 90d53e9b8c48a3e9361f36017ba84de3.png OK


When I use this tool https://tinyjpg.com/ and size is compressed very well.

What is the problem?
You do not have the required permissions to view the files attached to this post.
Last edited by standus on Tue Nov 05, 2024 1:50 pm, edited 1 time in total.
cday
XnThusiast
Posts: 4187
Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.

Re: Image is not reduced

Post by cday »

Code: Select all

-resize 100% 100%
That term, resizing the image to 100% of the width and height of the existing image without any other terms, wouldn't be expected to change either the image dimensions or the file size, would it?

What do you wish to do?