Re: [PHP] Image Conversion...

2007-09-08 Thread Kevin Waterson
This one time, at band camp, "Tony Di Croce" <[EMAIL PROTECTED]> wrote: > I need to convert (resize, and store as blob's in a mysql db) images my > users can upload. I'm wondering what the best conversion tool is... I'm > considering ImageMagick... Is this the best? > > Is their anything that is

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Vidyut Luther
I've been using ImageMagick pretty much since 1997, I'm probably biased or ignorant of other tools that are probably available to people these days :). But, ImageMagick still works wonderfully for me, so.. yes it's the best :). Børge Holen wrote: > On Saturday 08 September 2007 13:59, Vidyut Luthe

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 13:59, Vidyut Luther wrote: > Børge Holen wrote: > > On Saturday 08 September 2007 12:48, Tony Di Croce wrote: > >> I need to convert (resize, and store as blob's in a mysql db) > > > > oh oh oh... NO we can slap the horse again ;D > > > >> images my > >> users can upl

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Vidyut Luther
Børge Holen wrote: > On Saturday 08 September 2007 12:48, Tony Di Croce wrote: > >> I need to convert (resize, and store as blob's in a mysql db) >> > oh oh oh... NO we can slap the horse again ;D > > >> images my >> users can upload. I'm wondering what the best conversion tool is... I

Re: [PHP] Image Conversion...

2007-09-08 Thread cajb
On 9/8/07, Tony Di Croce <[EMAIL PROTECTED]> wrote: > I need to convert (resize, and store as blob's in a mysql db) images avoid that for no further problems. > ImageMagick you can use this tool for your needs. -- Romanul s-a nascut poet. Trebuia sa se nasca neamt! -- PHP General Mailing Li

Re: [PHP] Image Conversion... OT!

2007-09-08 Thread Børge Holen
On Saturday 08 September 2007 12:48, Tony Di Croce wrote: > I need to convert (resize, and store as blob's in a mysql db) oh oh oh... NO we can slap the horse again ;D > images my > users can upload. I'm wondering what the best conversion tool is... I'm > considering ImageMagick... Is this the b

[PHP] Image Conversion...

2007-09-08 Thread Tony Di Croce
I need to convert (resize, and store as blob's in a mysql db) images my users can upload. I'm wondering what the best conversion tool is... I'm considering ImageMagick... Is this the best? Is their anything that is integrated with PHP itself? td