Search found 26 matches

by foruforewer
2011-10-15T06:14:13-07:00
Forum: Users
Topic: Auto resizing image based on folder
Replies: 7
Views: 17432

Re: Auto resizing image based on folder

Oh!!! I got answer.. sorry all

FOR /R %1 IN (*.bmp) DO convert "%~f1" "%~dpn1.jpg"
by foruforewer
2011-10-15T05:06:53-07:00
Forum: Users
Topic: Auto resizing image based on folder
Replies: 7
Views: 17432

Re: Auto resizing image based on folder

I had http://www.imagemagick.org/Usage/windows/#for_recursive

It is not working for those path having space in it.

Is there any work arround for this?
by foruforewer
2011-10-14T22:54:35-07:00
Forum: Developers
Topic: Subfolder work
Replies: 1
Views: 5222

Subfolder work

I have many image files avaiable in subfolders of a parent folder. Which I want to convert and place in repsective folders only. Is it any batch file processing technice which will take care of subfloders?
by foruforewer
2011-08-06T03:32:55-07:00
Forum: Developers
Topic: Super impose
Replies: 3
Views: 8666

Re: Super impose

Thank you for reply.

My image is of 337x337 and second image is of 84x84 and I want to shift second image by 34 pxl vertically down and super impose. Than which coordinate should I give, can you please elaborate calculation to derive pixel to be given
by foruforewer
2011-08-05T02:39:31-07:00
Forum: Developers
Topic: Super impose
Replies: 3
Views: 8666

Super impose

Dear Friends, I want to superimpose two images, second image is 25% resized of original only. Now each time I try to superimpose, it does it with center alignment only. I want to offset it by few pixels. I had tried geometry switch but it is not working for me. Surely I am missing something somewher...
by foruforewer
2011-07-18T21:53:24-07:00
Forum: Developers
Topic: Circle with dash lines
Replies: 2
Views: 7918

Re: Circle with dash lines

Than you very much for your reply and reference
by foruforewer
2011-07-18T02:06:34-07:00
Forum: Developers
Topic: Circle with dash lines
Replies: 2
Views: 7918

Circle with dash lines

Dear friends, I want to draw two circles, one green, and one black with dashed lines. I could generate two circles as per below command, but could not make dashed lines in black circle. convert -size 250x250 xc:white -fill none -stroke green -strokewidth 3 -draw "circle 125,125 225,125" -f...
by foruforewer
2011-02-14T02:52:22-07:00
Forum: Developers
Topic: Derive linear distance from Image
Replies: 14
Views: 28675

Re: Derive linear distance from Image

Thank you very much for your prompt reply
anthony wrote: You can the list the image using 'txt' and extract the pixels of the appropriate color. That gives you junction locations.
Will you please eloborate little more on above quoted line.
by foruforewer
2011-02-11T23:50:10-07:00
Forum: Developers
Topic: Derive linear distance from Image
Replies: 14
Views: 28675

Re: Derive linear distance from Image

We tried this way, but we were unable to Find the (X,Y) co ordinates of specific junction and lines, so that we can derirve the distance through formula. Let me try to describe this query in more detail. We are having hundrades of such kind of images where the diagram is as attached and we want to -...
by foruforewer
2011-02-11T22:55:42-07:00
Forum: Developers
Topic: Derive linear distance from Image
Replies: 14
Views: 28675

Re: Derive linear distance from Image

Thank you antony..

Will try and revert back to you
by foruforewer
2011-02-08T04:50:56-07:00
Forum: Developers
Topic: Derive linear distance from Image
Replies: 14
Views: 28675

Derive linear distance from Image

Dear Friends I have one image file, in which from particular points, angular distance have to be derived by program. Illustrated file and source image file is attached here with. The angle to be derived are marked with RED color line. Example : http://i55.tinypic.com/11h52cz.jpg Source In EMF format...