Search found 12 matches

by oleksiy
2017-02-07T01:47:41-07:00
Forum: Bugs
Topic: Border, Frame, and the use of BorderColor
Replies: 4
Views: 9902

Re: Border, Frame, and the use of BorderColor

Thanks!
by oleksiy
2017-02-05T23:59:28-07:00
Forum: Bugs
Topic: Border, Frame, and the use of BorderColor
Replies: 4
Views: 9902

Re: Border, Frame, and the use of BorderColor

This also happens in 7.0.4-7
by oleksiy
2017-02-05T23:49:41-07:00
Forum: Bugs
Topic: Border, Frame, and the use of BorderColor
Replies: 4
Views: 9902

Border, Frame, and the use of BorderColor

According to the IM documentation http://www.imagemagick.org/Usage/crop/#border and http://www.imagemagick.org/Usage/misc/#border the "-border" option has an intended side effect that "-border" creates a new image of the right size, then overlays the original source image over this new backgroun and ...
by oleksiy
2016-09-15T10:31:14-07:00
Forum: Bugs
Topic: Tile Cropping not working with WebP
Replies: 3
Views: 3436

Re: Tile Cropping not working with WebP

I've reinstalled IM with
brew install imagemagick --with-webp
(brew re-compiled it from source instead of pouring)

And it works correctly now. Thanks!
by oleksiy
2016-09-15T10:25:53-07:00
Forum: Bugs
Topic: Tile Cropping not working with WebP
Replies: 3
Views: 3436

Re: Tile Cropping not working with WebP

No, its not listed.

I'm also using Max OSX and both webp and IM are installed using brew. Strangely I can output proper webp images using

Code: Select all

convert logo: webp:tmp.webp


but I don't get multiple cropping tiles.

I'm going to reinstall both with brew now..
by oleksiy
2016-09-15T10:05:14-07:00
Forum: Bugs
Topic: Tile Cropping not working with WebP
Replies: 3
Views: 3436

Tile Cropping not working with WebP

Hi! The following tile cropping example works for jpg and png output format: convert file.jpg -crop 25x25 +repage +adjoin jpg:tile It will correctly create several files such as tile-0, tile-1, tile-2, etc But if you use webp output format: convert file.jpg -crop 25x25 +repage +adjoin webp:tile It ...
by oleksiy
2015-03-04T23:11:44-07:00
Forum: Bugs
Topic: PNG image becomes too bright
Replies: 3
Views: 4215

Re: PNG image becomes too bright

Yes, thats strange, probably Dropbox shows modified images and it corrects the problem. Please download them as original from Dropbox (with right click) and you'll see the difference. Here is a screenshot of how the second image looks after 'convert': https://www.dropbox.com/s/6ynfkwqhn2k8dmb ...
by oleksiy
2015-03-02T23:53:21-07:00
Forum: Bugs
Topic: PNG image becomes too bright
Replies: 3
Views: 4215

PNG image becomes too bright

An sRGB PNG image becomes too bright even with no processing options specified:

Code: Select all

convert test.png test2.png
test.png: https://www.dropbox.com/s/6ia85553der2lwu/test.png?dl=0
test2.png: https://www.dropbox.com/s/mexp6kl69msiw ... 2.png?dl=0


ImageMagick 6.9.0-3 Q16 x86_64

Thanks!
by oleksiy
2014-11-26T10:56:47-07:00
Forum: Users
Topic: Use image property/attribute in image transformations
Replies: 2
Views: 3714

Use image property/attribute in image transformations

Is there any way to set an image property (in sequence for example) and use that property for crop/resize/etc? For example I can do the following (pseudocode): image.jpg ( -size 300x300 -annotate 0x0+0+0 "TEXT' -set option:textsize '%wx%h+0+0' ) ( -clone 0 -annotate 0x0+0+0 '%[textsize ...
by oleksiy
2014-11-23T01:55:37-07:00
Forum: Bugs
Topic: Segmentation fault
Replies: 3
Views: 4082

Re: Segmentation fault

Thanks!

/tmp was used just as an example
by oleksiy
2014-11-22T17:03:00-07:00
Forum: Bugs
Topic: Segmentation fault
Replies: 3
Views: 4082

Segmentation fault

Hi, I receive segmentation fault on Linux and 'Abort trap: 6' on Mac with Image Magick 6.9.0-0 and 6.8.9-7 with the following command: convert '/tmp/file.png' '(' -clone 0 -fill white -colorize 100% -fill black -draw 'translate 1332,701 roundRectangle -1332,-701 1332,701 1332,701' ')' -compose ...