how can i change it to work?
Forum



how to change bmp to png or jpg
9 replies



how can i change it to work?


PNG image files are compressed with the DEFLATE algorithm, and so therefore are only a little bit larger than JPEGs, but it's worth the KB or so of extra space taken because PNGS are lossless.

@Hardstylehunt3r:
PNG image files are compressed with the DEFLATE algorithm, and so therefore are only a little bit larger than JPEGs, but it's worth the KB or so of extra space taken because PNGS are lossless.
PNG image files are compressed with the DEFLATE algorithm, and so therefore are only a little bit larger than JPEGs, but it's worth the KB or so of extra space taken because PNGS are lossless.
aka better quality.

then there is .gif with less colors and shit quality but very small size file..
and at least we come to .png wich only has the best of both, low size file but good quality only bad on it that some old browsers cant read .png files
sry for offtopic but correct me if im wrong

PNGs became popular at around 1994 after LZW compression ( used in GIFs ) was patented, mainly because they would have to pay a fee to use GIF format for their images. So, PNG was created, it was also better than GIF because it is lossless ( ie there is no change to the actual picture ).
EDIT: PNGs also support tranparency where as JPEGs do not.
So you see where I'm going here? If not: use PNG!
after psd :-P^^

@Hardstylehunt3r:
PNG image files are compressed with the DEFLATE algorithm, and so therefore are only a little bit larger than JPEGs, but it's worth the KB or so of extra space taken because PNGS are lossless.
PNG image files are compressed with the DEFLATE algorithm, and so therefore are only a little bit larger than JPEGs, but it's worth the KB or so of extra space taken because PNGS are lossless.
Just say they have the alpha layer. PNG has it's own use--transparency, jpegs are the best file type if you don't need the transparency.



