[PHP] convert TIFF to JPEG
hi everybody! is there a chance to convert a tiff group 4 image to an jpeg-images via php? i haven't found anything.. so maybe you know something that way.. greets Norbert Eder Open.IT Informationsmanagement GmbH & CoKG Styria Medien AG Schönaugasse 64 A-8010 Graz Tel.: +43 (316) 875 3945 Fax.: +43 (316) 875 3094 Mail: [EMAIL PROTECTED] Web : http://www.open-it.at -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
AW: [PHP] convert TIFF to JPEG
thx. but i know imagemagick. the problem: IM needs about 3 hours to convert a tiff group 4 image to a jpeg-image and that is too much time. maybe there is a other way.. greets > -Ursprüngliche Nachricht- > Von: Meir Kriheli [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 18. Februar 2002 23:29 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: [PHP] convert TIFF to JPEG > > > On Monday 18 February 2002 14:46, Norbert Eder wrote: > > hi everybody! > > > > is there a chance to convert a tiff group 4 image to an jpeg-images > > via php? i haven't found anything.. so maybe you know something > that way.. > > > > greets > > > > > > > > Norbert Eder > > Open.IT Informationsmanagement GmbH & CoKG > > Styria Medien AG > > Schönaugasse 64 > > A-8010 Graz > > Tel.: +43 (316) 875 3945 > > Fax.: +43 (316) 875 3094 > > Mail: [EMAIL PROTECTED] > > Web : http://www.open-it.at > > > > If you're using Linux you can use imagemagick (not native to PHP, > you'll have > to call the exectuables from your script). > -- > Meir Kriheli > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] RE: convert TIFF to JPEG
three hours running on win2k not on a linux-system. the problem is that the tiff-file has a CMYK-format an not RGB. i guess this convert takes such a long time. is there any other way? > -Ursprungliche Nachricht- > Von: Ironfroggy [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 19. Februar 2002 09:26 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [PHP] convert TIFF to JPEG > > > > IM needs about 3 hours to convert a tiff group 4 image to a > > jpeg-image > > three hours? are you sure? I haven't used it myself, but I don't > see how any program can take that long to convert tiff 2 jpeg. > Neither format is all that complex. > > > __ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
AW: [PHP] mass mail
hi. maybe you put the first user into the "to"-field and all others into field blindcopy... you will need one mail and send it to all. but i don't know if there is a limit ... greetz > -Ursprungliche Nachricht- > Von: Kancha . [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 20. Februar 2002 13:01 > An: [EMAIL PROTECTED] > Betreff: [PHP] mass mail > > > I've users in a database classified by differnet > catagories. Now based on category I need to send mail > to all the users in a category. > > Calling mail() function in a loop would be a kill for > the server as there are more than 1000 users in each > category. > > Is there any way of doing this ?? Creating a mailing > list is not possible. > > __ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php