Search found 1 match

by shivendra
2014-04-28T06:42:56-07:00
Forum: Users
Topic: Script giving different results
Replies: 1
Views: 2510

Script giving different results

I am using this script #!/bin/bash convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2" On one of the input it gave this result- Input http://i.imgur.com/rDE14WY.jpg Output http://i.imgur.com/YPvt8Xq.jpg While on the other one it gave Input ...