How can I convert a .png to .jpeg?
How can I convert a .png to .jpeg?
Does not seem to be an option in Mtpaint?
Spup Frugal HD and USB
Root forever!
Root forever!
convert .png to .jpg
Unless I'm missing something the conversion appears to be very simple:
1. Load a .png file into mtPaint (important * )
2. Click File>Save As
3. In File Format section of the Save Image File window select JPEG in the selector
* The File Format section of the Save Image File window does not include the JPEG selection if a .png file is not loaded.
Even though the file will be named xxxxx.png in the Save Image File window it will be saved as xxxxx.jpg.
This is in mtPaint 3.21 included in Puppy 4.12
1. Load a .png file into mtPaint (important * )
2. Click File>Save As
3. In File Format section of the Save Image File window select JPEG in the selector
* The File Format section of the Save Image File window does not include the JPEG selection if a .png file is not loaded.
Even though the file will be named xxxxx.png in the Save Image File window it will be saved as xxxxx.jpg.
This is in mtPaint 3.21 included in Puppy 4.12
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]
Re: convert .png to .jpg
Oh Sh*t........ how did I miss that! I am sure it did not give me that option before.........don922 wrote:Unless I'm missing something the conversion appears to be very simple:
1. Load a .png file into mtPaint (important * )
2. Click File>Save As
3. In File Format section of the Save Image File window select JPEG in the selector
* The File Format section of the Save Image File window does not include the JPEG selection if a .png file is not loaded.
Even though the file will be named xxxxx.png in the Save Image File window it will be saved as xxxxx.jpg.
This is in mtPaint 3.21 included in Puppy 4.12
Thanks.
Spup Frugal HD and USB
Root forever!
Root forever!
- Dingo
- Posts: 1437
- Joined: Tue 11 Dec 2007, 17:48
- Location: somewhere at the end of rainbow...
- Contact:
this can be sound stranger for people ignoring image formats basics:smokey01 wrote:It is even stranger.
If you load an existing .jpg it does not give you an option to save as a .gif file however, if you load an existing gif file then the option to save it as a .jpg disappears.
a GIF format gives a representation of an image/draw using a limited palette (256 colors max)
a jpeg (jpg) format can handle images in milions of colouors, but not indexed images
so, in order to convert a jpg in gif, you must before reduce colors dept, then you will see option to save as a gif
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
dropbox 2GB free
OpenOffice for Puppy Linux
Ah, now I see!
At first I couldn't find the Save as File Format JPEG option either.
I'd created a new image in mtpaint, saved as PNG, re-opened it again in mtpaint, tried to save but still didn't see the Save As JPEG option.
Then I realised that when I created my test image, I used the default of "Indexed Palette".
As per Dingo's post, JPEG doesn't do "indexed".
Once I did "Image > Convert to RGB", when I went again to "File > Save As...". this time the JPEG option was available.
Excellent. Thanks!
(p.s. Now I don't need to jump into GIMP to do this)
At first I couldn't find the Save as File Format JPEG option either.
I'd created a new image in mtpaint, saved as PNG, re-opened it again in mtpaint, tried to save but still didn't see the Save As JPEG option.
Then I realised that when I created my test image, I used the default of "Indexed Palette".
As per Dingo's post, JPEG doesn't do "indexed".
Once I did "Image > Convert to RGB", when I went again to "File > Save As...". this time the JPEG option was available.
Excellent. Thanks!
(p.s. Now I don't need to jump into GIMP to do this)
Yes, I agree, it shouldn't be taken for granted that we all now what that means..Flash wrote:It might be helpful if someone would explain what an indexed image is.
As often, Wikipedia comes to the rescue here. Not that I understand it all, but it's a start I suppose

Good idea to bring this up, Multisession Master..

[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]
Ha, yes. Same. I still don't really know what "indexed" is either, so thanks for that link. I'll try to learn.
By the way, that link to the Wikipedia article has an extra "L" at the end... here's the link again (fixed):
http://en.wikipedia.org/wiki/Indexed_color

By the way, that link to the Wikipedia article has an extra "L" at the end... here's the link again (fixed):
http://en.wikipedia.org/wiki/Indexed_color
-
- Posts: 812
- Joined: Thu 04 Feb 2010, 13:16
- Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro
There's also a .pet or two (not to mention an .sfs, if I remember correctly) of the Linux version of XNView lurking... 

[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).
Sam2p does this easily, via commandline:
Write a simple bash script & convert a directory of png files.
Code: Select all
sam2p xxx.png xxx.jpg