Skip to main content

Posts

Showing posts with the label image convert

How To Convert Multiple Images At Once In Linux

Conversion process Step 4. Last step, click continue Step 3. Select image collection folder Step 2. Select Filetype as gif / or another Step 1. Add Action Save For some reasons, we need to convert our image collections from one to another format (e.g : from jpeg into png, gif etc). In Linux, we have had convert, a command-line tool, part of the popular tool imagemagick. But, in order to convert multiple images at once, undertaking it using convert is absolutely difficult (I've tried, and followed the manual, but always been failed). But, don't worry! We have a great solution. In Linux, there is already a GUI tool to do very complex actions of image manipulation called PHATCH . Now, here it is the steps : 1. Open phatch, and select “ Add an action ” button. 2. Scroll down, find and select action “ Save ” . 3. In Save action dialog, there are columns about image profile we want to convert. Select “ As ” and select the format we wanted (ex : gif)...