Re: image magick problem on free bsd

2004-07-20 Thread David Inglis
I may have compiled it initially but I later used the sysinstall program on free bsd to download the bsd port ver image-Magic-5.5.7.11-1 -- Regards David Inglis Quoting "Randy W. Sims" <[EMAIL PROTECTED]>: > On 7/20/2004 8:12 PM, David Inglis wrote: > > > I a

image magick problem on free bsd

2004-07-20 Thread David Inglis
biggest side is 200 px ($thumb,$x,$y) = Image::Magick::Thumbnail::create($src,200); # Save your thumbnail $thumb->Write("th$filename"); -- Regards David Inglis This message was sent using

how to find the image dimensions

2004-06-09 Thread David Inglis
Can some one please tell me if there is a way of finding out the image dimensions, I want to be able to reduce images down on a web page. -- Regards David Inglis This message was sent using IMP, the Internet Messaging

how to remove an element in an array

2004-02-26 Thread David Inglis
Is there a command to drop an element from an array, or what is the best way to do this. Any help appreciated. -- Regards David Inglis 0408502342 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn

getting rid of space at beggining of variable

2004-02-09 Thread David Inglis
e leading space. Any help appreciated thanks in advance. -- Regards David Inglis 0408502342 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

how to remove a ^M charaters from a variable

2003-12-18 Thread David Inglis
I am reading in a csv file and it has a control character ^M at the end of each line how can I remove these charaters, I have tried the following and had no success. $a=~s/\^M//; $a=~s/^M//; Any help appreciated thanks. -- Regards David Inglis 0408502342 -- To unsubscribe, e-mail

external sub routine

2003-11-13 Thread David Inglis
this code and somehow include this or call it. Any help appreciated thanks. -- Regards David Inglis 0408502342 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]