Search found 5 matches

by Bigus
2013-07-20T09:30:59-07:00
Forum: Users
Topic: Arcs, Beziers & Paths
Replies: 3
Views: 3406

Re: Arcs, Beziers & Paths

Yes, I see that looks about right.. where did you get the coords "100,15" from? I note they represent a point in space above the arc/curve but how do you calculate that in my example?
by Bigus
2013-07-19T23:10:52-07:00
Forum: Users
Topic: Arcs, Beziers & Paths
Replies: 3
Views: 3406

Arcs, Beziers & Paths

Hi The following mockup image shows a full circle for which I know the origin coords (ox,oy) and radius. http://www.creationfactor.net/misc/arc.gif I don't want to draw the whole circle, however, I just want to draw the black solid section of the circle's circumference (x1,y1 to x4,y4). I've been ...
by Bigus
2009-06-10T05:46:04-07:00
Forum: PerlMagick
Topic: Resizing with Extent
Replies: 4
Views: 15373

Re: Resizing with Extent

OK thanks. Looks like I'll have to wait for the point release as when I first tried to use nmake (v1.5) I got an error about the -W needing a parameter in CCFLAGS in the makefile. I changed it to -w which is allowed on it's own and turns off warnings but compiling failed again - this time with: cl ...
by Bigus
2009-06-09T00:18:16-07:00
Forum: PerlMagick
Topic: Resizing with Extent
Replies: 4
Views: 15373

Re: Resizing with Extent

OK awesome :-)

I've not used the subversion trunk before and am running Perl on Windows XP. Is it easy to update Perl Magick on WIN32 with sucha patch, or do I need to compile things?

Thanks
Bigus
by Bigus
2009-06-08T14:13:50-07:00
Forum: PerlMagick
Topic: Resizing with Extent
Replies: 4
Views: 15373

Resizing with Extent

Hi. I want to take a series of images and resize them all to 540 x 405 pixels wide. The images may not always be in the same proportion but I want to preserve the aspect ratio and fill any gaps with a background colour. So I have this code: my $dir = 'g:/development/'; use Image::Magick; my $image ...