Opened 5 months ago
Last modified 5 months ago
#8199 new defect (bug)
"Original Size" download option is not actually the true original size
| Reported by: | desrosj | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Photo Directory | Keywords: | |
| Cc: |
Description
In the download button dropdown with the available sizes for a given image in the w.org Photo Directory, the final option says "Original Size".
However, after clicking that option, you are sent to an image with an -scaled suffix on the name. Removing that brings results in the true original image loading, which is actually quite a bit larger.
Using this photo as an example, the "Original Size" is listed as 3200x2133. But after removing -scaled the image is 6000x4000
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This bug was fixed in ticket #7888. However, while it remained unresolved, some images were uploaded to the directory.
For those images, the original file is still stored (which is why removing "-scaled" from the URL works), but the link to the original size in the database actually points to the scaled version.
The remaining fix is to run a database replacement to remove "-scaled", so the links point to the true original images.