Where can i convert jpeg images to PNG images?
-
- Posts: 1
- Joined: 2018-04-16T20:18:45-07:00
- Authentication code: 1152
Where can i convert jpeg images to PNG images?
I want to convert all of my Jpeg images to PNG images. So, anyone know how to do it? Thanks in advance
-
- 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?
Code: Select all
mogrify -format png *.jpg
snibgo's IM pages: im.snibgo.com