From: Anacreo <an...@gm...> - 2007-01-29 20:33:56
|
I wrote a command line php program a while ago that will convert photos, it uses the convert command from the ImageMagick library that is usually available on most hosting sites or can be installed/built manually on Unix/Windows. My program: http://www.phpbuilder.com/snippet/download.php?type=3Dsnippet&id=3D1849 Imagemagick: http://www.imagemagick.org/script/index.php My program is a basic wrapper and there are many ways of doing this type of things (this program was used for PDF input so I was a bit more limited). Alec On 1/29/07, Kenneth Downs <ke...@se...> wrote: > > There is a discussion going on today on the NYPHP group on exactly this > issue. > > If a picture was taken with a digital camera, there may be a thumbnail > built in, which you can pull out. > > If you are on Linux or Mac you can call out to the command line utility > "convert" to create a thumbnail-sized image. > > Melanie McClusky wrote: > > I create a custom "photo gallery" . Currently my client upload a > thumbnail and the regular size image. Now my client only wants to upload= a > regular size image and have the "system" automaticly create a thumbnail. > > > > I have not idea how to do this, into the code I already have. Do any of > you know how? > > > > PS =96 still working on the .pdf creation. Thanks to all who past me > information. > > > > Thanks, > > Melanie > > > > > > ------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > ------------------------------ > > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li...https://lists.sourceforge.net/lists= /listinfo/chiphpug-discuss > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > _______________________________________________ > chiPHPug-discuss mailing list > chi...@li... > https://lists.sourceforge.net/lists/listinfo/chiphpug-discuss > > > > |