![]() |
Converting image file formats, e.g. *.png to *.jpg - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21) +--- Thread: Converting image file formats, e.g. *.png to *.jpg (/showthread.php?tid=4453) Pages:
1
2
|
Converting image file formats, e.g. *.png to *.jpg - m654321 - 09-21-2017 The other day, while using LL3.6, I needed to convert a *.png image file to an *.jpg one, before I could upload it to a website. I found the solution and thought I would share it with you - it's dead easy, which is what I like ... ![]() It works in the terminal, through the imagemagick application (which is pre-installed on LL3.6), as far as I'm aware. 1. Open terminal 2. Type: Code: convert image.png image.jpg However, you will need to indicate where image.png is located. For example, if it is in 'Downloads' folder, then type: Code: convert /home/[username]/Downloads/image.png image.jpg Other information:
Re: Converting image file formats, e.g. *.png to *.jpg - TheDead - 09-21-2017 Nice! I usually use Gimp. But this is cool. It's like having a scanner plugged in and works right away... take THAT Bill! No drivers-fidling session. Re: Converting image file formats, e.g. *.png to *.jpg - m654321 - 09-21-2017 [member=6733]TheDead[/member] Glad it was useful ![]() Mike Re: Converting image file formats, e.g. *.png to *.jpg - Moltke - 09-21-2017 Hi. Another way to do this is by selecting the *png file, right click on it and then select save a copy, in the saving window simply name the file adding the *jpg extension and save it, that's it. ;D Re: Converting image file formats, e.g. *.png to *.jpg - TheDead - 09-21-2017 [member=7109]Moltke[/member] Dunno about this on, maybe it just renames the file with another extension. ADD : Just tried it, I dont have "Save a copy' in my Linux Lite 3.6, just "Create a backup copy" that clones it. (insert Twilight Zone music) or you just have an add-on ![]() Cheers! Re: Converting image file formats, e.g. *.png to *.jpg - Moltke - 09-21-2017 (09-21-2017, 09:31 PM)TheDead link Wrote: [member=7109]Moltke[/member]Yes my bad. I just checked and for "save a copy" you have to open the *png file in ristretto, click on "file" menu and there it is; "save a copy" then simply when saving rename it adding the *jpg extension and that's it. Guess I forgot this "little" detail. Sorry about that ![]() Re: Converting image file formats, e.g. *.png to *.jpg - m654321 - 09-22-2017 (09-21-2017, 09:11 PM)Moltke link Wrote: Hi. Another way to do this is by selecting the *png file, right click on it and then select save a copy, in the saving window simply name the file adding the *jpg extension and save it, that's it. ;D Are you sure that renaming a file = converting the file format? I'm certainly no expert by any measure, but this doesn't seem right. Following the same logic one could suffix linux driver names with *.exe to make them work in Windows, which of course is not the case.... Could someone with some knowledgeable overview on this please comment? I don't mean any disrespect towards you Moltke, whatsoever, when I say that and I hope it doesn't come across that way - I may well be incorrect with the comment I've made. Many thanks Mike Re: Converting image file formats, e.g. *.png to *.jpg - Moltke - 09-22-2017 (09-22-2017, 05:47 AM)m654321 link Wrote: [quote author=Moltke link=topic=4614.msg35184#msg35184 date=1506028289] Are you sure that renaming a file = converting the file format? I'm certainly no expert by any measure, but this doesn't seem right. Following the same logic one could suffix linux driver names with *.exe to make them work in Windows, which of course is not the case.... Could someone with some knowledgeable overview on this please comment? I don't mean any disrespect towards you Moltke, whatsoever, when I say that and I hope it doesn't come across that way - I may well be incorrect with the comment I've made. Many thanks Mike [/quote] hI [member=458]m654321[/member] Well, first of all is not as simple as that, I forgot and I did mentioned in another comment, that for that to work you have to open the *png file in ristretto then click on "file menu" select "save a copy", when saving rename the file adding the *jpg extension and that's it. It worked for me. However, I did noticed that ristretto doesn't recognize the new file as a *jpg file while image magick does. Regarding your coment "Following the same logic one could suffix linux driver names with *.exe" this won't work because an *.exe file has some other attributes/properties which you can't just change by renaming it. I know this method can work on certain file types like images and texts, at least in windows it is possible check this out https://www.techwalla.com/articles/how-to-convert-rar-to-cbr. I guess it should be possible in Linux too. ;D Re: Converting image file formats, e.g. *.png to *.jpg - TheDead - 09-26-2017 (09-21-2017, 09:48 PM)Moltke link Wrote: Yes my bad. I just checked and for "save a copy" you have to open the *png file in ristretto, click on "file" menu and there it is; "save a copy" then simply when saving rename it adding the *jpg extension and that's it. Guess I forgot this "little" detail. Sorry about that NP, I'll have a look at Ristretto in the future. I havent really looked for a quick viewer, I've been using xnview for year on 'doze, one of the first program I usually install to replace the too-basic one in this OS ![]() Re: Converting image file formats, e.g. *.png to *.jpg - m654321 - 09-26-2017 (09-22-2017, 10:53 AM)Moltke link Wrote: Hi. Another way to do this is by selecting the *png file, right click on it and then select save a copy, in the saving window simply name the file adding the *jpg extension and save it, that's it. ;D Thanks Moltke - I overlooked that detail - thankyou for pointing it out to me as I didn't know about that option. I quite like the terminal method for changing the image format as it's so simple & direct. I mentioned batch files in post #1 - do you know if Ristretto can also convert the format of those too? Cheers Mike |