Search found 237 matches

by agriz
2016-08-24T18:08:48-07:00
Forum: Users
Topic: How to set gravity or geometry?
Replies: 7
Views: 6956

Re: How to set gravity or geometry?

Sir in the above code, how can i use composite before deleting the ( img.jpg -crop 100x100 )?
by agriz
2016-08-24T00:41:43-07:00
Forum: Users
Topic: How to set gravity or geometry?
Replies: 7
Views: 6956

Re: How to set gravity or geometry?

I dont have any coding to share. I am just collecting ideas. assusming image size is 400x400 convert -size 400x400 xc:none ( img.jpg -crop 100x100 ) ( -clone 1 ) ( -clone 2 ) ... -delete 1 output.jpg I can position the clones using temp images in different convert command. i need to write multiple c...
by agriz
2016-08-23T09:53:13-07:00
Forum: Users
Topic: How to set gravity or geometry?
Replies: 7
Views: 6956

Re: How to set gravity or geometry?

Sir,what if I have to delete some of the images during the process?
by agriz
2016-08-23T09:19:28-07:00
Forum: Users
Topic: How to chop image in top or bottom?
Replies: 3
Views: 5078

Re: How to chop image in top or bottom?

It is latest version of IM. convert \( image.png -background transparent -rotate -2 \) \( -clone 0 -shadow 80x2-20+20 \) \( -clone 1 -clone 0 -compose over -composite \) -delete 0-1 -gravity south -chop 0x10 output.png Array ( [0] => convert: geometry does not contain image `image.png' @ warning/tra...
by agriz
2016-08-23T08:58:20-07:00
Forum: Users
Topic: How to set gravity or geometry?
Replies: 7
Views: 6956

How to set gravity or geometry?

convert -size 550x700 xc:none ( image.png -rotate -2 ) ( -clone 1 ) -layers merge output.png how do i move the -clone 1 image to right side of the document? instead of -layers merge how can i use composite and position the images using geometry or gravity? I have to include few more images and i ha...
by agriz
2016-08-23T01:35:21-07:00
Forum: Fred's Scripts
Topic: is fmwconcepts.com down?
Replies: 1
Views: 57002

is fmwconcepts.com down?

Sir,

I am not able to access website.
is it down?
by agriz
2016-08-22T22:10:34-07:00
Forum: Users
Topic: How to chop image in top or bottom?
Replies: 3
Views: 5078

How to chop image in top or bottom?

Code: Select all

convert: geometry does not contain image `input.jpg' @ warning/transform.c/ChopImage/225. ) 
I am getting this error if i use

Code: Select all

-gravity south -chop 0x10
by agriz
2016-08-22T10:17:13-07:00
Forum: Users
Topic: append and positioning
Replies: 11
Views: 13174

Re: append and positioning

Yes sir. But question will be useful to others. I asked here.
Thanks for layers link. It is working good.

Is there any face detecting algorithm in imagemagick?
by agriz
2016-08-22T01:27:21-07:00
Forum: Users
Topic: append and positioning
Replies: 11
Views: 13174

append and positioning

How do i re-position images when i use +append?

Code: Select all

convert -size 500x500 image1.jpg image2.jpg image3.jpg image4.jpg +append output.jpg
How do i move those images over that 500x500 canvas?
I can use -composite. How do i do it with append?
by agriz
2016-08-21T21:58:59-07:00
Forum: Users
Topic: Mask not working
Replies: 6
Views: 5559

Re: Mask not working

Everything goes good according to use advice. I use +append to append the cropped images together. How do i position them? -gravity or -geometry is not working. Please advice
by agriz
2016-08-21T10:00:53-07:00
Forum: Users
Topic: Mask not working
Replies: 6
Views: 5559

Re: Mask not working

Thank you for the advice sir. I will try as you advised. I will let you know what i got :)
by agriz
2016-08-20T09:18:35-07:00
Forum: Users
Topic: Mask not working
Replies: 6
Views: 5559

Re: Mask not working

I got it sir. After converting it to png, it works. https://s4.postimg.org/v2h30jcct/maxresdefault.jpg I am trying this effect. convert input.jpg ( -clone 0 mask.png -alpha off -gravity none -geometry +0+0 -compose copy_opacity -composite ) -delete 0 output.png it works. How do i create other slides...
by agriz
2016-08-20T08:51:45-07:00
Forum: Users
Topic: Mask not working
Replies: 6
Views: 5559

Mask not working

Code: Select all

convert input.jpg mask.png -alpha Off -compose CopyOpacity -composite output.jpg
Why am i getting the input image as output?
Why am i not getting any mask applied on it?

Whatever the input and mask images are, it is returning input.jpg as output.jpg
by agriz
2016-07-06T21:04:59-07:00
Forum: Users
Topic: distort - Please correct my mistake
Replies: 2
Views: 2593

Re: distort - Please correct my mistake

Thank you sir. Best fit works good. I am using the latest version.
by agriz
2016-07-06T01:35:52-07:00
Forum: Users
Topic: distort - Please correct my mistake
Replies: 2
Views: 2593

distort - Please correct my mistake

convert card.png \( 9555947511400691.png -alpha set -virtual-pixel transparent -distort Perspective '0,0 0,46 118,0 82,0 0,205 138,148 118,205 222,90' \) -gravity none -geometry +0+0 -compose Over -composite output.png https://s31.postimg.org/zd0xf18sn/9555947511400691.png https://s31.postimg.org/b...