Search found 7 matches

by Daedolon
2018-06-06T07:08:39-07:00
Forum: Users
Topic: Difference between images while keeping semi-transparency
Replies: 1
Views: 2559

Difference between images while keeping semi-transparency

Hi there, I'm on Windows 10 and uses ImageMagick-7.0.7-Q16. Just a warning beforehand, this question is related to adult stuff since I'm working on an adult game and I'd like to create an automated script which will extract the cloth layers automatically of the girls in my game. I have two images ...
by Daedolon
2016-03-25T08:03:54-07:00
Forum: Users
Topic: Crop several images to largest width and height amongst them
Replies: 7
Views: 4927

Re: Crop several images to largest width and height amongst them

For the reference images, I'm sorry, I don't know how to upload them. But your sample code already puts me on the right direction so I should be able to figure out the rest.

Thanks a lot for your help ! I'll let you know once I have the complete process figured out.
by Daedolon
2016-03-25T06:28:11-07:00
Forum: Users
Topic: Crop several images to largest width and height amongst them
Replies: 7
Views: 4927

Re: Crop several images to largest width and height amongst them

Yes, the composite gives the required crop indeed. Would you have a sample of the command to run for the example by any chance ? I fear I'll need 1 or 2 hours to figure out how to merge all those commands :x
by Daedolon
2016-03-25T03:33:43-07:00
Forum: Users
Topic: Crop several images to largest width and height amongst them
Replies: 7
Views: 4927

Re: Crop several images to largest width and height amongst them

Well actually, it doesn't matter if the rectangle is centered on not. Reading my explanation, I wasn't clear indeed. What I need to do is basically the same thing as the "Autocrop" button from Gimp : I want to remove all the border transparency from several PNGs but the crop needs to be based on the ...
by Daedolon
2016-03-25T01:11:28-07:00
Forum: Users
Topic: Crop several images to largest width and height amongst them
Replies: 7
Views: 4927

Crop several images to largest width and height amongst them

Hi, I have several PNGs, all of them of the same dimensions and I'm trying to figure out how to use Imagemagick to crop them automatically based on the widest and highest dimensions filled. For example, I have 3 images of 30x30. First one contains a rectangle 20x10 centered Second one contains a ...
by Daedolon
2016-03-10T18:29:45-07:00
Forum: Users
Topic: Remove background
Replies: 13
Views: 21590

Re: Remove background

The software allows me to select a background so I tried putting a simple transparent PNG background but the result with this is a black background unfortunately. I tried both your solutions and the results were indeed what I wanted. The only difference was with snibgo solution, the edges were a ...
by Daedolon
2016-03-10T07:26:40-07:00
Forum: Users
Topic: Remove background
Replies: 13
Views: 21590

Remove background

Hi everybody, I'm new to ImageMagick and I've read a few tutorial but it's a bit too complicated for to figure out which command to run to obtain what I want. I'm using a 3D software to generate pictures and those pictures have a plain black background by default. Currently, I'm using a duplicate ...