yii2-imagine icon indicating copy to clipboard operation
yii2-imagine copied to clipboard

Yii 2 imagine extension

Results 6 yii2-imagine issues
Sort by recently updated
recently updated
newest added

When I upload a png picture, it has a color depth of 8 bits and a size of 0.3 mb. After saving, the color depth becomes 32 bits, and the...

type:enhancement
status:ready for adoption

### What steps will reproduce the problem? I want to resize image with 2000x1100 dimensions to 1350x1290 without visual deffects. So, i write this code: ```php $resizedImageObject = Image::resize($originalImageSrc, $newWidth,...

status:ready for adoption
type:docs

This issue has originally been reported by @NabiKAZ at https://github.com/yiisoft/yii2/issues/16612. Moved here by @samdark. ----- When use this command: ```PHP Image::watermark('image.jpg', 'watermark.jpg')->save('image.jpg'); ``` If dimension of watermark, grower of source...

status:ready for adoption
ext:imagine

Hi i upload file with **UploadedFile** and when save without this lib image have vertical orientation, but when i used **jpeg_quality** image rotated horizontal. Using GD library ``` $uploadFile =...

status:to be verified

Should the possible benefits of using this library documented somewhere - f.e the README? Imo each user should be able to see them right away.

type:docs

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌