Search found 4 matches

by vital_n
2015-06-25T22:40:51-07:00
Forum: Bugs
Topic: Dashed border around composite image (transparent background)
Replies: 5
Views: 2883

Re: Dashed border around composite image (transparent background)

Yes upgrade helped. Thank you )
by vital_n
2015-06-25T06:31:25-07:00
Forum: Bugs
Topic: Dashed border around composite image (transparent background)
Replies: 5
Views: 2883

Re: Dashed border around composite image (transparent background)

Here's the source png
http://printdirect.ru/tst/im_src.png
And here's te result of the code (there's no rotation at all )
http://printdirect.ru/tst/im_dst.png
by vital_n
2015-06-25T06:23:05-07:00
Forum: Bugs
Topic: Dashed border around composite image (transparent background)
Replies: 5
Views: 2883

Re: Dashed border around composite image (transparent background)

That's a screenshot, this forum does not allow to attach files
Th rotation is in the source file, it does'nt matter since the same issue we have with other images
by vital_n
2015-06-25T05:59:20-07:00
Forum: Bugs
Topic: Dashed border around composite image (transparent background)
Replies: 5
Views: 2883

Dashed border around composite image (transparent background)

Recently noticed a strange bug When we place an image on a transparent background a dashed border appears around it http://dl1.joxi.net/drive/0010/0913/717713/150625/09ac03dbe7.jpg Here's the code we are using <?php $canvas = new Imagick(); $canvas->newImage(500, 500, new ImagickPixel('transparent ...