Search found 50 matches

by konstantin
2014-09-10T19:51:23-07:00
Forum: Users
Topic: How to configure to always use the BMP3 image format?
Replies: 7
Views: 5870

Re: How to configure to always use the BMP3 image format?

snibgo wrote:I think konstantin is saying that "-define bmp:format=bmp3" works, but he doesn't want to keep typing it. He wants this to be the default (for BMP outputs).
Yes.
by konstantin
2014-09-08T16:14:12-07:00
Forum: Users
Topic: How to configure to always use the BMP3 image format?
Replies: 7
Views: 5870

How to configure to always use the BMP3 image format?

I would like to use the BMP3 image format for .bmp files, becaue I am using Arch linux and "feh" picture viewer which doesn't support BMP4 image format. I read this topic: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23875 Which partially solve the problem: mogrify -...
by konstantin
2014-06-30T10:46:56-07:00
Forum: Users
Topic: How can I crop / remove 11 pixels of each side?
Replies: 1
Views: 3015

How can I crop / remove 11 pixels of each side?

I would like to remove 11 pixel on the left, top, and right side and 42 of the bottom side. I can't use crop, because every image has a different size. Is there an option, like -crop2 11x11-11-42 ? Or should I write a script which determine the size of each images and compute the usual "-crop&q...
by konstantin
2013-08-07T15:01:31-07:00
Forum: Users
Topic: Is it possible to Crop and Composite at the same time?
Replies: 2
Views: 3278

Re: Is it possible to Crop and Composite at the same time?

Oh, I see, Thx you very much.
by konstantin
2013-08-07T13:57:16-07:00
Forum: Users
Topic: Is it possible to Crop and Composite at the same time?
Replies: 2
Views: 3278

Is it possible to Crop and Composite at the same time?

Hi! I am trying to place a small logo on my image by compositing and at the same time, cropping the background image at the top. My command: convert background.jpg logo.png -crop 1024x624+0+54 -gravity South-East -gamma 1.2 -sampling-factor 1x1 -composite result.jpg Unfortunately I always get this e...