View Issue Details

IDProjectCategoryView StatusLast Update
0003318OXID eShop (all versions)4.11. Image handlingpublic2022-01-28 10:36
Reportertjungcl Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.5.3 revision 39087 
Summary0003318: png scaling: resize used instead of resample
Descriptionmanufacturer logos are often of a very delicate structure, with fine lines and strong contrasts.

when such a logo is resized, the result is often very ugly.

php's gd lib has also methods to resample images, which brings much better results.
Additional Informationattached see the different results of resizing and resampling
TagsImage Conversion
Attached Files
resized_logo.png (1,414 bytes)   
resized_logo.png (1,414 bytes)   
resampled_logo.png (2,076 bytes)   
resampled_logo.png (2,076 bytes)   
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0003194 resolvedIgor Iegupov transparent gif looses transparency when generated to different size 

Activities

tjungcl

2011-10-17 16:01

reporter   ~0005327

I forgot to mention:

i am of course talking of master manufacturer logos that are resized from the oxid shop into the shops logo-size.

SvenBrunk

2022-01-28 10:36

administrator   ~0013531

resize is only used when GD lib version 1 is installed. As of now this should only rarely still be the case
This has been the case since the first public release in github 9 years ago...