• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Convert all Picture to JPEG

Of course it is possible... but why would you do that?

Every images with a transparent background would become with either a black or white background...

If all of my images I upload would have an background, I personally wouldn't upload to your hosting.
 
I use the Script not for the Hosten from images, but only for the processing with a little bit hosting. 🙂

The pictures would have to be everybody in jpg format with white background (fals clear).

How and could where one move this?

The best greetings
Niels

P.S.: Sorry for my bad English, it is a Translater
 
😀 Thats no Problem.

Add my Code in engine.php line 152?

// MANEJEMOS LA RUP
if (isset($url)) {
$rup = str_replace(' ', '', $url);
} else {
$rup = str_replace(' ', '', $remota);
}
 
Back
Top