"convert" command and "-colors" parameter does not work
i keep getting "Invalid Parameter - -colors"
here's what i get
Code: Select all
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\USER>cd C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tales runner\1
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\1>cd "C:\Users\USER\P
ictures\Z\User\Screenshots\1\1\tales runner\1"
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\1>convert *.jpg -colo
rs 16 *.jpg
Invalid Parameter - -colors
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\1>convert *.jpg -colo
rs 16 *.png
Invalid Parameter - -colors
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\1>cd "C:\Users\USER\P
ictures\Z\User\Screenshots\1\1\tales runner\2"
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\2>convert *.png -colo
rs 16 *.png
Invalid Parameter - -colors
C:\Users\USER\Pictures\Z\User\Screenshots\1\1\tr\2>
Code: Select all
>convert *.png -colo
rs 16 *.png
[/code]
Invalid Parameter - -colors
[/code]
i found information about it here
http://www.imagemagick.org/script/comma ... php#colors
but again it doesn't work
what i'm trying to do is take all the files in the folder
and convert them into new files but with the same names as before
if it's possible
also in some cases i'm trying to convert jpg to png as well
but if i could get imagemagick to work the new files owudl be png
and would be converted to 16 colors later
also i'm using irfanview and greenshot to take screenshots.
irfanview offers any . jpg file size you want with plugins.
greenshot offers reduction to 256 colors but not 16 colors.
i tried editing their source code but it failed and no one helped me.
also if this is broken or isn't added yet
then i hope it's added very soon or right away
or like during this year, quarter, month, week, day, hour, right now, whatever.
unlike greenshot's developers who didn't help me and said they had more to do.
tl;dr
how do you mass convert files to 16 colors or 4-bitg with imagemagick?
edit:
p.s. i'm doing it to reduce the file size
so any settings to reduce file size as well would be nice