Ticket #63 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

thumbnails: if original image is smaller or has same size than the requested thumbnail, then copy the original

Reported by: anti Owned by: mike
Priority: normal Milestone:
Component: Administration Version: 1.0b3
Severity: minor Keywords:
Cc:

Description

Steps to reproduce:

1) set "large view display width" to 500 2) upload a small image (like 300x200)

Results:

a resampled copy of the image (sized 300x200 is generated), with lower quality than the original

Expected results:

original file should be used

Change History

Changed 3 years ago by anti

This was reported by someone who tested Plogger.

Maybe phpThumb has an option for this? If not, then generate_thumb could copy the original image to thumbnail if the size is smaller, then the rest of the code will not be affected.

Changed 3 years ago by anti

  • status changed from new to closed
  • resolution set to fixed

Fixed in [301]

Note: See TracTickets for help on using tickets.