Rebuilding images after image quality change

kuemerle5

Joined: 2009-03-04
Posts: 31
Posted: Tue, 2009-07-14 21:36

After I change the image quality in the advanced section of the admin area, I am unable to rebuild the images. I was wondering whether this issue is normal, should it be added to Trac, or is it just me. I'm using Windows XP SP3, Apache 2.2.11 (from apache.org), PHP 5.2.10, MySQL 5.1.36, and the GD image toolkit.

 
cygnl7
cygnl7's picture

Joined: 2009-07-09
Posts: 5
Posted: Tue, 2009-07-21 06:12

To force a rebuild of thumbs and resized images I went to appearance -> theme options, changed the thumbnail and resized image sizes, and saved. I then changed them back and saved again. It then gave me the option to regenerate the images.

I'm not convinced it did yet; maybe they had to be regenerated with the new sizes in between.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2009-07-21 14:09

You can also run some SQL to mark all items as dirty.

update items set thumb_dirty=1, resize_dirty=1;

---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!