Search found 4 matches

by Cazeu64
2016-04-28T23:47:35-07:00
Forum: Developers
Topic: import -crop
Replies: 2
Views: 5064

Re: import -crop

Thanks for the answer !

What's the difference with this ?

Code: Select all

-window root
It take now 130 ms average, It's 20ms faster.

Have I to delete "-window root" from command ?
by Cazeu64
2016-04-28T07:30:06-07:00
Forum: Developers
Topic: import -crop
Replies: 2
Views: 5064

import -crop

Hi !

I use this kind of command :

Code: Select all

import -display :150 -window root -crop 1000x600+50+50 ../tmp/test.png
This command lasts 150ms average. I need te decrease this duration, 50ms would be nice !

Am I doing something wrong ? Maybe the image format ? Png is too heavy ?

Thanks in advance !
by Cazeu64
2016-03-21T07:47:21-07:00
Forum: Users
Topic: Image difference position
Replies: 2
Views: 2806

Re: Image difference position

Nice, it's what I was looking for !

Thanks a lot, I was stuck on this issue.

Have a nice day,

Guillaume :).
by Cazeu64
2016-03-21T03:29:22-07:00
Forum: Users
Topic: Image difference position
Replies: 2
Views: 2806

Image difference position

Hello ! Sorry about my english level in advance ! :D I've done a script which compare two images, and give me back a third image with only differences : convert image_1.png image_2.png -alpha off +repage \( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) \( -clone 0 -clone 2 ...