Search found 26 matches

by foruforewer
2014-09-15T23:35:49-07:00
Forum: Users
Topic: Filling Closed Curve
Replies: 3
Views: 5011

Re: Filling Closed Curve

Sorry,

I got my answer

Code: Select all

convert TEST.JPG -fill black -fuzz 15% -draw "color 200,200 floodfill" NEW.PNG
by foruforewer
2014-09-15T22:54:06-07:00
Forum: Users
Topic: Filling Closed Curve
Replies: 3
Views: 5011

Filling Closed Curve

Hi, I have thousands of closed curve images which need to be filled with black color. I want to perform this with dos batch scripting. Can anyone here please guide for same? Sample (yes i know not required) is attached here for ready reference. http://www.bgcarto.com/wp-content/uploads/2013/05/AI-01...
by foruforewer
2014-09-15T22:43:08-07:00
Forum: Digital Image Processing
Topic: Image processing project
Replies: 2
Views: 10588

Re: Image processing project

Hi,

I am not sure that for such kind of projects, how efficiently image magick can be used. But I will also suggest you Octave/Matlab which has ready functions and very user friendly programming syntax.
by foruforewer
2013-09-04T23:18:53-07:00
Forum: Windows COM+ & Visual Basic
Topic: Dynamic File list input to concatenate
Replies: 5
Views: 32946

Re: Dynamic File list input to concatenate

Can you please guide me for below. Put your list into a variable and call the variable inside the montage command in place of the images. @List.txt has stopped working as it contains full network path as below and montage is not working if full network path is there. \\networkpath\folder\file_001.jp...
by foruforewer
2013-08-22T06:14:28-07:00
Forum: Windows COM+ & Visual Basic
Topic: Dynamic File list input to concatenate
Replies: 5
Views: 32946

Re: Dynamic File list input to concatenate

one error noticed as below

Can i handle image with more than 65500 pixels???

montage @list.txt -mode Concatenate -tile 1x D:\47530313_TILE.jpg
Magick: Maximum supported image dimension is 65500 pixels `D:\47530313_TILE.jpg' @ error/jpeg.c/EmitMessage/235.
by foruforewer
2013-08-22T06:04:28-07:00
Forum: Windows COM+ & Visual Basic
Topic: Dynamic File list input to concatenate
Replies: 5
Views: 32946

Re: Dynamic File list input to concatenate

Thanks, @list.txt worked for me
by foruforewer
2013-08-21T00:20:21-07:00
Forum: Windows COM+ & Visual Basic
Topic: Dynamic File list input to concatenate
Replies: 5
Views: 32946

Dynamic File list input to concatenate

Hi Friends, I have hundreds of sets of images (folders that contains images) and each have some image files but not at fixed count. I want to concatenate and make a rill per set in which I am not able to get how to make input file counts as dynamic. Command would look like below montage FOLDER1\IMAG...
by foruforewer
2012-09-17T02:33:36-07:00
Forum: Users
Topic: DETECT IMAGE SIZE
Replies: 5
Views: 17218

Re: DETECT IMAGE SIZE

Next que.. after getting height and width, i want to store them in some variable and add 100, so i had tried further as below but not working. can you please guide in this? set ht=identify -format "%h" im1.png set wd=identify -format "%w" im1.png set /A ht=ht+100 set /A wd=wd+100...
by foruforewer
2012-09-17T02:14:01-07:00
Forum: Users
Topic: DETECT IMAGE SIZE
Replies: 5
Views: 17218

Re: DETECT IMAGE SIZE

thank you very much
by foruforewer
2012-09-15T02:27:50-07:00
Forum: Users
Topic: DETECT IMAGE SIZE
Replies: 5
Views: 17218

DETECT IMAGE SIZE

I want to detect input image size can anyone guide?
by foruforewer
2012-08-16T01:12:53-07:00
Forum: Users
Topic: IMAGE OVERLAPING AND COLORING
Replies: 2
Views: 4819

IMAGE OVERLAPING AND COLORING

HI I have two images and desired output which are as below. For same i have written below code. But i am not able to 1) Get black ground behind fonts. 2) Change image color 3) Common overlapped area changes color, while i want simply overlapped. Can anyone guide? set in_path=C:\ set ou_path=C:\ set ...
by foruforewer
2012-02-13T05:34:02-07:00
Forum: Developers
Topic: How to capture screen
Replies: 4
Views: 13603

Re: How to capture screen

While running that command, it shows

Code: Select all

Magick: unable to open X server `': No such file or directory @ error/xwindow.c/XImportImage/4871.
by foruforewer
2012-02-11T04:42:12-07:00
Forum: Developers
Topic: How to capture screen
Replies: 4
Views: 13603

Re: How to capture screen

Please help me in this...
by foruforewer
2012-02-10T23:42:53-07:00
Forum: Developers
Topic: How to capture screen
Replies: 4
Views: 13603

How to capture screen

I had searched for this in forum, but could not found exact line of code. Can you please tell how to capture screen/active screen with command line just like "Princ Screen" button
by foruforewer
2011-10-15T06:15:22-07:00
Forum: Developers
Topic: Subfolder work
Replies: 1
Views: 5201

Re: Subfolder work