[Solved]: Image size update in the DB [Solved]: Image size update in the DB
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Image size update in the DB

Started by waster, July 14, 2004, 12:08:18 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

waster

how can i update the image size from many pictures without creating the album new!?
for example: i have upped a lot of pictures an created an album... then i have compressed all pictures, changed the resolution and overwritten the old files by uploading with an FTP client.... but in the database are saved the old resolutions...

so how can i update the resolutions in the database from many files?

thanks for answers and sorry for bad english

Joachim Müller

well, you shouldn't have fiddled with the files by ftp once they are in the database. You could re-create the intermediate size pics and thumbnails using the "Admins tools" (resize utility), but I guess that was not your question.

GauGau

waster

no not really :-)

but maybe you can add a feature which update the picture size from an album in the database in a future version of the coppermine gallerie!?

that would be great :D

Nibbler

It's already in a future version of coppermine, based on this bit of code.

waster