Auto converting Uploaded pics to JPG Auto converting Uploaded pics to JPG
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Auto converting Uploaded pics to JPG

Started by Rakzor, November 05, 2004, 04:41:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rakzor

Hello,

I would like my gallery to upload any type of image files (ie: BMP, TGA, JPG, ...) but to automatically convert the uploaded pics to JPG 80% compressed pictures since BMP for instance take way too much room, and other formats can't always be read by some people.

I'm currently running a test gallery and I put the following command in ImageMagick commandline field in the coppermine config:

-antialias *.* *.jpg

but it doesnt seem to work.

Can anyone help me out?

Thx

Rakzor

Just to clarify, the uploading works and the image is added in the album but it remains in its original format (for instance the bmp remains a bmp instead of getting converted to jpg).

kegobeer

Coppermine does no image type conversion during the upload process.  If you want your images as jpg, you'll have to convert them prior to uploading.

As a dev, this isn't something I consider necessary by the majority of Coppermine users, so I don't think you'll ever see this in the main code.  However, you may find someone to assist you with the code required.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Rakzor

Well the thing is when you have a public gallery on a site to allow other people than you to post pictures, it makes things a lot easier.

For instance I'm opening a gallery for online gamers to post their screenshots. Most games make screenshots in various formats such as BMP, TGA, ... which take to much room hosting because of their weight. Being able to to convert the pics to jpg would allows the albums to weight a lot less without having to ask each user to convert each pic...

I mean the tech is already there since Image Magick is used, you'd just need to tell Image Magick to always convert the pics to jpg, I'm sure this feature would save up a lot of diskspace and bandwidth for many public gallery hosts.


Quote from: kegobeer on November 06, 2004, 03:47:30 AM
Coppermine does no image type conversion during the upload process.  If you want your images as jpg, you'll have to convert them prior to uploading.

As a dev, this isn't something I consider necessary by the majority of Coppermine users, so I don't think you'll ever see this in the main code.  However, you may find someone to assist you with the code required.

Tranz

When you take a screenshot in Windows and paste it in Paint or whatever, you can save it as jpg from the get-go. Tell your users that. Cut out the extra step.