|
When using the fixed shape filter, jAlbum generates the properly cropped thumbnails, still it writes wrong dimensions into the JSON database, as if they were uncropped.
For example using a fixedShape filter on 100x100 pixels thumbnail size on a 4000x3000 pixel image, it crops the thumbnail properly to 100x100, but the JSON file has thumb.width: 100, thumb.height: 75
|