You got it right. Just follow the install-instructions. Peter -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nick 76 Verzonden: vrijdag 28 maart 2003 17:12 Aan: [EMAIL PROTECTED] Onderwerp: RE: [cobalt-developers] RAQ4i JPEG php image resize
Excellent! Thanks peter. So i will install imageMagick on my box. and then i dont need to make any refrences in the php.ini or apache its just a standalone program... and i just call it from my php code. Is this correct. If so this will be a perfect Fix. Please let me know if i have that info right. >From: "Peter Lorent" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: [cobalt-developers] RAQ4i JPEG php image resize >Date: Fri, 28 Mar 2003 16:19:29 +0100 > >No, you don't compile with ImageMagick (it's not a library), like you do >with GD. ImageMagick is a program like Photoshop and you can call it's >functions from a script or class or whatever. So if you don't run >scripts/apps that use ImageMagick, there is no need to install. >Peter > >-----Oorspronkelijk bericht----- >Van: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] nick 76 >Verzonden: vrijdag 28 maart 2003 16:07 >Aan: [EMAIL PROTECTED] >Onderwerp: RE: [cobalt-developers] RAQ4i JPEG php image resize > > > >Sorry for all the qustions but if i install a new php from sun or pkgmaster >wil i have to reinstall? > > > >From: "Peter Lorent" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subject: RE: [cobalt-developers] RAQ4i JPEG php image resize > >Date: Fri, 28 Mar 2003 15:29:10 +0100 > > > >If you download the binarie, it comes as a tar.gz with an install readme > >included. On the site you will find instructions too. Just follow them >step > >by step and you will be okay (I did the same and it's about ten minutes >of > >work). > >Peter > > > >-----Oorspronkelijk bericht----- > >Van: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] nick 76 > >Verzonden: vrijdag 28 maart 2003 15:27 > >Aan: [EMAIL PROTECTED] > >Onderwerp: RE: [cobalt-developers] RAQ4i JPEG php image resize > > > > > > > >so you have any notes on how to install it? i am kinda new to >installations > >on linux. > > > > > > > > > > > > >From: "Peter Lorent" <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > > >To: <[EMAIL PROTECTED]> > > >Subject: RE: [cobalt-developers] RAQ4i JPEG php image resize > > >Date: Fri, 28 Mar 2003 09:24:07 +0100 > > > > > >Yesterday I installed ImageMagick. Works like a charme and it can >handle > > >all > > >popular formats. Get the binaries at imagemagick.org > > >Good luck, Peter > > > > > >-----Oorspronkelijk bericht----- > > >Van: [EMAIL PROTECTED] > > >[mailto:[EMAIL PROTECTED] nick 76 > > >Verzonden: vrijdag 28 maart 2003 4:23 > > >Aan: [EMAIL PROTECTED] > > >Onderwerp: RE: [cobalt-developers] RAQ4i JPEG php image resize > > > > > > > > >i can use the GD for gif but the jpeg lib is not there... can i just >put > > >one > > >in a directory? this seems to be standard on a RAQ4i with all the >updates > > >as > > >of 3-24-03. > > > > > >Does anyone have any other options? > > > > > > > > > > > > >From: "Bob German" <[EMAIL PROTECTED]> > > > >Reply-To: [EMAIL PROTECTED] > > > >To: <[EMAIL PROTECTED]> > > > >Subject: RE: [cobalt-developers] RAQ4i JPEG php image resize > > > >Date: Thu, 27 Mar 2003 20:07:41 -0500 > > > > > > > > > > > >You don't even need ImageMagick if you've got the GD libraries > >installed > > > >with JPEG support. > > > > > > > >Just use the imagecopyresampled or imagecopyresized functions. They > >are > > > >documented on www.php.net in the functions documentation area. > > > > > > > >Bob German > > > >Sr Systems Engineer > > > >Irides, LLC > > > > > > > > > > > > > > > >-----Original Message----- > > > >From: [EMAIL PROTECTED] > > > >[mailto:[EMAIL PROTECTED] On Behalf Of nick 76 > > > >Sent: Thursday, March 27, 2003 5:35 PM > > > >To: [EMAIL PROTECTED] > > > >Subject: Re: [cobalt-developers] RAQ4i JPEG php image resize > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Thats what i need. Anyone know how to install this thing i am a >little > > > >limited in that? > > > > > > > > > > > > > > > > > > > > >From: "John E. Martin" <[EMAIL PROTECTED]> > > > > >Reply-To: [EMAIL PROTECTED] > > > > >To: <[EMAIL PROTECTED]> > > > > >Subject: Re: [cobalt-developers] RAQ4i JPEG php image resize > > > > >Date: Thu, 27 Mar 2003 14:16:26 -0800 > > > > > > > > > > > I need to take a image that is large upload it to the server and > > > > > > resize > > > > >the > > > > > > image to a small thumbnail. I see there is a way to do this with > >php > > > > >using > > > > >a > > > > > > gif and the GD library. But i am not haveing any success on >doing > >it > > > > >with > > > > >a > > > > > > jpg file. Does anyone have any example code or anything? > > > > > > > > > >Look for a package called ImageMagick on freshmeat. It provides a > > > > >utility called 'convert' which allows you to convert image types >for > > > > >whatever libraries you have available. > > > > > > > > > >ie, png -> jpg, gif -> png, jpg -> tiff > > > > > > > > > >It's quite handy. > > > > > > > > > >I'm sure there's a few RPM dependancy issues that may arise if you > >use > > > > >an RPM rather than building from source, but hopefully this will at > > > > >least point you in the right direction. > > > > > > > > > > > > > > >-John > > > > > > > > > > > > > > >_______________________________________________ > > > > >cobalt-developers mailing list [EMAIL PROTECTED] > > > > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > > > > > >_________________________________________________________________ > > > >MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > > > >http://join.msn.com/?page=features/virus > > > > > > > >_______________________________________________ > > > >cobalt-developers mailing list [EMAIL PROTECTED] > > > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > > > > > > > > > >_______________________________________________ > > > >cobalt-developers mailing list > > > >[EMAIL PROTECTED] > > > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > > > > > > >_________________________________________________________________ > > >Help STOP SPAM with the new MSN 8 and get 2 months FREE* > > >http://join.msn.com/?page=features/junkmail > > > > > >_______________________________________________ > > >cobalt-developers mailing list > > >[EMAIL PROTECTED] > > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > > > >_______________________________________________ > > >cobalt-developers mailing list > > >[EMAIL PROTECTED] > > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > > > >_________________________________________________________________ > >Protect your PC - get McAfee.com VirusScan Online > >http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > >_______________________________________________ > >cobalt-developers mailing list > >[EMAIL PROTECTED] > >http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > >_______________________________________________ > >cobalt-developers mailing list > >[EMAIL PROTECTED] > >http://list.cobalt.com/mailman/listinfo/cobalt-developers >y for > >_________________________________________________________________ >Add photos to your e-mail with MSN 8. Get 2 months FREE*. >http://join.msn.com/?page=features/featuredemail > >_______________________________________________ >cobalt-developers mailing list >[EMAIL PROTECTED] >http://list.cobalt.com/mailman/listinfo/cobalt-developers > >_______________________________________________ >cobalt-developers mailing list >[EMAIL PROTECTED] >http://list.cobalt.com/mailman/listinfo/cobalt-developers _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
