Png convert imagemagick errors(solved , please delete ?)

I solved it , but don’t know how to delete this topic unless it’s not a problem it remains up?

Should have added magick before the line: c:\User\Me\Desktop\Images> magick convert in.png out.png
probably was quick to ask because usually there are problems one way or another and I get stuck too long.

Hello,
I’ve had so much help here already , hate asking for more help but I’m stuck with this :slight_smile:

I have a bunch of png images that caused some warning when I ran my code, same warnings as the questions here;
http://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
http://stackoverflow.com/questions/22125146/how-to-fix-libpng-warning-when-reading-interlaced-png

so I downloaded and installed imagemagick. I tried the commands but keep getting ‘invalid parameter’ errors.
from what I understand the prompt path should be to the folder with the images;
c:\User\Me\Desktop\Images> convert in.png out.png

where in.png is my old image and out.png the new image that it should create ? I just have in.png in the images folder.
I also tried by starting the command prompt from within the imagemagick folder , but got the same errors.

any suggestions ? :slight_smile:

thanks!

I solved it , but don’t know how to delete this topic unless it’s not a problem it remains up?

It’s good to leave this here if other people searching for this problem can see solutions. :slight_smile:

–ryan.