Search found 9 matches
- 2018-11-12T06:53:15-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
Can anyone suggest a different approach in getting the same end result image?
- 2018-10-18T06:29:26-07:00
- Forum: Bugs
- Topic: -trim and -extend does not modify clipping path correctly
- Replies: 3
- Views: 11798
Re: -trim and -extend does not modify clipping path correctly
If that would be the case then why does the -resize alone does adjust the clipping path but when I use the -extent the clipping path becomes incorrect. If I use this: convert origin.tiff -trim +repage -resize 4800x4800 -background white -gravity center -extent 4800x4800 -compress lzw tiff.tiff The ...
- 2018-10-04T10:33:57-07:00
- Forum: Bugs
- Topic: -trim and -extend does not modify clipping path correctly
- Replies: 3
- Views: 11798
-trim and -extend does not modify clipping path correctly
There seems to be a bug that "-trim" and "-extent" they don't seem to modify the clip path correctly. Example For some reason the clipping path is changed and shows smaller than it should be. I use Gimp 2.8 to open the file and look at the clipping path called "Path 1". You can notice that after I ...
- 2018-10-04T05:45:27-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
The script that you provided works very well. The only piece that I'm unsure of is the clipping path on the result image. For some reason it is smaller than what it was before. I use Gimp 2.8 to open the file and look at the clipping path called "Path 1". You can notice that after I run the command ...
- 2018-10-03T12:49:22-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
When I run: convert origin.tiff -clip -trim -resize 500x500 output.tiff It executes and includes the clipping path. However the clipping path appears not centered. https://www.dropbox.com/s/0oluusbiosf21aa/output.tiff?dl=0 *I just noticed that the end result image has to be tiff not jpg. When I run ...
- 2018-10-03T11:46:10-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
Question is there a way to keep the clipping path?
- 2018-10-03T11:40:42-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
Spot on! Thank you for the help!
- 2018-10-03T11:11:32-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
Re: clip trim, fill and merge all
Thanks for the advise, I modified the original post so it includes the files.
- 2018-10-03T05:51:58-07:00
- Forum: Users
- Topic: clip trim, fill and merge all
- Replies: 14
- Views: 14491
clip trim, fill and merge all
Hello everyone, I'm new to ImageMagick and I'm trying to understand how can I do a multi-step process on the same image. I have version 6.7.8 on Centos. Files https://www.dropbox.com/s/9d5nz19pxkh24u5/origin.tiff?dl=0 -> origin https://www.dropbox.com/s/c05ynjdunw8vxwj/output.jpg?dl=0 -> end result ...