Where can i convert jpeg images to PNG images?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
adrienne224
Posts: 1
Joined: 2018-04-16T20:18:45-07:00
Authentication code: 1152

Where can i convert jpeg images to PNG images?

Post by adrienne224 »

I want to convert all of my Jpeg images to PNG images. So, anyone know how to do it? Thanks in advance
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Where can i convert jpeg images to PNG images?

Post by snibgo »

Code: Select all

mogrify -format png *.jpg
snibgo's IM pages: im.snibgo.com
Post Reply