Search found 11 matches

by WexOneOne
2018-10-25T14:06:00-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

I'll take a look.

Thank you !
by WexOneOne
2018-10-25T13:05:13-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

Hi, So we compiled and installed OpenEXR than the new IM, all works, yay ! I got one more question, maybe there is a way to do it. Can I give IM a number of inputs to trim in one command? Something like: magick input1 input2 input3... -trim +repage -gravity center -bordercolor none -border 10 output...
by WexOneOne
2018-10-23T10:21:50-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

magick -version
Version: ImageMagick 7.0.8-14 Q16 x86_64 2018-10-23 https://imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): jng jpeg png tiff x zlib
by WexOneOne
2018-10-23T09:39:39-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

Okay, so.... I installed IM. All rose tests work. The only thing is, it still does not read EXR. magick withAlpha.exr -trim +repage -gravity center -bordercolor none -border 10 out.png Error: magick: no decode delegate for this image format `EXR' @ error/constitute.c/ReadImage/556. we are down to on...
by WexOneOne
2018-10-23T09:11:07-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

In the next few days we will do a full install of IM again and see how it goes after.
I'll update.
by WexOneOne
2018-10-22T17:12:20-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

Ok, so, once we fix the OpenEXR thingy, the command:

Code: Select all

magick in.exr -trim +repage -gravity center -bordercolor none -border 10 out.png
is what I'm looking for!
That is great, hopefully we can fix this this week.

Thank you so much !!
by WexOneOne
2018-10-22T16:36:57-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

-version works: Version: ImageMagick 7.0.7-15 Q16 x86_64 2017-12-21 http://www.imagemagick.org Copyright: © 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): fontconfig freetype jng jpeg lzma png tiff x xml ...
by WexOneOne
2018-10-22T16:29:18-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

Of course,
Image is here
Thank you.
by WexOneOne
2018-10-22T16:04:35-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

That looks like it might work, now why I say "might" you ask.. well, now I see that our IM might be installed incorrectly... I run this command, which looks so pretty and probably what I do need... however, the result is: magick: UnableToOpenConfigureFile `magic.xml' @ warning/configure.c/...
by WexOneOne
2018-10-22T14:42:29-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Re: Trim/crop by alpha

Yes, of course I'll forget to put the important info here ..... :-P Version: ImageMagick 7.0.7-15 Q16 x86_64 2017-12-21 OS: Linux CentOS7 I'll admit, the one liner sounds like what I need/want. To be clear, by what you wrote, I'll need to extract the alpha to a new gray-scale image and crop that ne...
by WexOneOne
2018-10-22T14:17:46-07:00
Forum: Users
Topic: Trim/crop by alpha
Replies: 20
Views: 10382

Trim/crop by alpha

Hello all. I have a few images(EXR) that have alpha on them, I wish to trim the image by the alpha, if possible with padding of 10px from every side of the trim. I'm not sure I found the correct way to do so... does anyone have an idea? Looking to make this image: |----------------------------------...