Thank you very much.
Yes, Magic has right, I use 6.9.0.1 Windows Q8.
I don't understand why Q8 use only 256 and Q16 65K (except a simple 1 byte or 2 bytes representation). For most images Q8 is enough, but the limitation at only 256 connected components is too low.
Search found 24 matches
- 2015-12-17T02:31:29-07:00
- Forum: Users
- Topic: About connected-components
- Replies: 5
- Views: 6676
- 2015-12-16T05:56:40-07:00
- Forum: Users
- Topic: About connected-components
- Replies: 5
- Views: 6676
About connected-components
Can someone explain me why I get "convert.exe: too many objects" and how can be handle it this error. It seems that does not matter the value of " -define connected-components:area-threshold ". By the way, this value represent the minimum number of pixels of rectangle ( width x height ) or what? I ...
- 2015-10-27T04:22:32-07:00
- Forum: Users
- Topic: About set option
- Replies: 6
- Views: 4105
Re: About set option
Right now I found that and I think is the solution. Thank you very much.
- 2015-10-27T04:01:08-07:00
- Forum: Users
- Topic: About set option
- Replies: 6
- Views: 4105
Re: About set option
I know that but my intention was to do on a single command.
- 2015-10-27T03:08:24-07:00
- Forum: Users
- Topic: About set option
- Replies: 6
- Views: 4105
Re: About set option
Thank you, I just saw my mistake:
Now the correct comand is
convert x.jpg -set option:trim_value "%@" -delete 0 y.jpg -crop "%[trim_value]" +repage y1.jpg
The trim value have form WxH+X+Y., but it seems that crop don't want to use it. Another alternatifs?
Now the correct comand is
convert x.jpg -set option:trim_value "%@" -delete 0 y.jpg -crop "%[trim_value]" +repage y1.jpg
The trim value have form WxH+X+Y., but it seems that crop don't want to use it. Another alternatifs?
- 2015-10-27T02:58:37-07:00
- Forum: Users
- Topic: About set option
- Replies: 6
- Views: 4105
About set option
Hello, can someone help me about how I can use an -set option:variable_name later in same command? Ex: convert x.jpg -trim -set option:trim_value "%@" -delete 0 y.jpg -crop "%[trim_value]" +repage y1.jpg Nothing happen. I verified and the [trim_value] contain the correct value of trim. Thank you.
- 2015-09-30T07:19:47-07:00
- Forum: Users
- Topic: About output return in cmdline
- Replies: 3
- Views: 2360
Re: About output return in cmdline
So "\n" is no more used, right?
- 2015-09-30T07:08:28-07:00
- Forum: Users
- Topic: About output return in cmdline
- Replies: 3
- Views: 2360
About output return in cmdline
Hello, Does anybody know if something changed after 6.8.4 version (wich I used until now)regarding multiple ' -format "%@" -write info: " in a single command? On the older version the output was an array , in newer version 6.9.0 (the only I checked) there is also an array but with only one element ...
- 2013-04-24T07:48:26-07:00
- Forum: Users
- Topic: Level operator
- Replies: 3
- Views: 3991
Re: Level operator
I installed the newest version and now is OK. Thank you.
- 2013-04-24T07:10:14-07:00
- Forum: Users
- Topic: Level operator
- Replies: 3
- Views: 3991
Re: Level operator
Thank you.So I must install a new version?
- 2013-04-24T06:19:34-07:00
- Forum: Users
- Topic: Level operator
- Replies: 3
- Views: 3991
Level operator
Will "-level" applied to a grayscale file make it srgb ?
I have noticed that while aplying "-level" on grayscale files, the result file will be converted to srgb 24bit. Is this normal ?
I am using Q8 6.8.3-10 windows version.
Many thanks.
I have noticed that while aplying "-level" on grayscale files, the result file will be converted to srgb 24bit. Is this normal ?
I am using Q8 6.8.3-10 windows version.
Many thanks.
- 2013-03-29T04:39:32-07:00
- Forum: Users
- Topic: More explanations about Anthony's background removal script
- Replies: 1
- Views: 2842
More explanations about Anthony's background removal script
At http://www.imagemagick.org/Usage/scripts/bg_removal Anthony wrote an script for background removal. There is a more deep explanation about all arguments in this script? Thank you.
- 2013-01-22T04:22:22-07:00
- Forum: Users
- Topic: Verbose problem
- Replies: 1
- Views: 2807
Verbose problem
I use ImageMagick in command line and send the commands from php. Can anybody tell'me why I can not catch the -verbose -deskew message? (in command line works ) . Also, the info: message works. Thank you.
- 2012-08-31T04:14:55-07:00
- Forum: Users
- Topic: The speed of deskew
- Replies: 1
- Views: 3348
The speed of deskew
There is a way to speed up deskew on books scanned images?
- 2012-08-29T04:05:13-07:00
- Forum: Users
- Topic: Command wich work in DOS prompt but not in PHP
- Replies: 5
- Views: 9232
Re: Command wich work in DOS prompt but not in PHP
Thank you guys but is same situation. Any suggestions?