Search found 3 matches
- 2012-02-05T11:37:50-07:00
- Forum: Users
- Topic: How to combine these commands into one?
- Replies: 4
- Views: 10500
Re: How to combine these commands into one?
You are missing \) just before -compose. Pete written: convert photo1.jpg \( -clone 0 -convolve "-1,0,1,-1,0,1,-1,0,1" -fx "abs(u)" \) \( -clone 0 -convolve "1,1,1,0,0,0,-1,-1,-1" -fx "abs(v)" \) -compose plus -composite edge3.jpg There are no results. : (
- 2012-02-05T07:58:22-07:00
- Forum: Users
- Topic: How to combine these commands into one?
- Replies: 4
- Views: 10500
How to combine these commands into one?
Hi all! :) How to combine these commands into one? 1) convert photo1.jpg -convolve "-1,0,1,-1,0,1,-1,0,1" -fx "abs(u)" edge1.jpg 2) convert photo1.jpg -convolve "1,1,1,0,0,0,-1,-1,-1" -fx "abs(u)" edge2.jpg 3) convert edge1.jpg edge2.jpg -compose plus -composite edge3.jpg Trying to merge, but the ...
- 2012-01-13T12:55:40-07:00
- Forum: Users
- Topic: Speed of processing and photo retouching
- Replies: 1
- Views: 4600
Speed of processing and photo retouching
Good day! Very good program you have:) I have a few questions about her work. And so.. the fact that I am developing code for retouching photos and I really need to have good speed processing. As is well known that a lot of time consuming parameter "blur" and "Sharpen". Now the question: what other ...