stepanp

Results 5 comments of stepanp

macOS el captain 10.11.4, iCHS latest

No, my system hasn't tweaks. So, this bug reproduces not every time. I'm try to reproduce now and all works fine.

I found fix: https://github.com/brendan-duncan/image/issues/28 https://github.com/brendan-duncan/image/blob/master/lib/src/formats/psd/psd_image.dart, line 544 Pull request here: https://github.com/Code-ReaQtor/libqpsd/pull/16

Hi. Yes, i think this bug can be found in all color dephts. Photoshop store merged image with blending it with white. So, if image have transparent background, this bug...

Try to replace following lines in TabbedEditor.json.in: ``` \"Version\" : \"0.0.4\", \"CompatVersion\" : \"0.0.4\", ``` to: ``` \"Version\" : \"4.0.1\", \"CompatVersion\" : \"4.0.1\", ``` and rebuild plugin. Unfortunately, these actions...