Changing image types

I just noticed this. Why does the image handling system change the image type upon compression? I uploaded a png image and it changed it to a jpg? Why?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 1 Dec 2009

shouldnt:

if ( ($scan['mime'] == 'image/jpeg' && $ext = '.jpg' ) ||
( $scan['mime'] == 'image/gif' && $ext = '.gif' ) ||
( $scan['mime'] == 'image/png' && $ext = '.png' ) )

should move as is... what page? what file?

I have video tutorials to help you mrpowless.com
Quote · 1 Dec 2009

Here's the link to the page. The image displayed was uploaded as a .png

http://towme.net/m/photos/view/Image1

 

I'm going to try it again just to make sure. Maybe try uploading a couple different types

 

UPDATE:

I went back and added three more images to the album, a png, a gif and a new jpg. All of them are now jpg. Right click on the image and look at the url. For some reason, the system is converting them all..

 

D7 RC1, ie8 using xp pro......

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 2 Dec 2009

Hello SkyForum!

Yes, all pics are converted to JPG (except original file). It was made for easy work with some parts of files modules.

Regard

Quote · 2 Dec 2009

Ok, next question then. Where does one access the original file for viewing?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 3 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.