Resize all the normal size photos Resize all the normal size photos
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Resize all the normal size photos

Started by itang, March 30, 2005, 05:41:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

itang

I had set the normal size to 800 at the beginning, now, I changed my mind, I want 700 instead.

However, there are about thousands of albums. Is is hard to do in the util.php.

Is there any solution to resize all the normal size photo at a click or a commnad?

I have my coppermine in my own linux box. So I can access the box in different way.

Please suggest any possible method. Thank you all the help.

Nibbler

Tempoarily remove the album restriction, so:

$query = "SELECT * FROM $picturetbl WHERE aid = '$albumid'";

becomes

$query = "SELECT * FROM $picturetbl";

itang

Thanks for Nibbler's reply, it worked. However, you need to do it all at one time operation.

I have 50000+ pictures, how can I make it easier to do? If I do 100 pictures per click, then I need to click 500 times in one operaton. I think I have to sit before the computer for 24 hours without any break.

If there any good suggestion? Thanks everybody who can help.

j00ls

Is there any way to modify the util.php in such a way that the "submit next picture set" button action is automatically called ? (So I dont have to press the button each time?)

j00ls

PS. Or change the execution time to something much more then 30s ? (where and how?)