Re: [fw-general] [OT] Image processing

2009-01-20 Thread Václav Vaník



Łukasz Wojciechowski-3 wrote:
> 
> Since there is no class in ZF for image processing and I know for sure
> that here are really experienced developer may I ask what (if any)
> image processing (resizing, cropping, watermarks etc) library are you
> using.
> 
> I'm sorry for offtopic, I just can't find anything suitable.
> 
> -- 
> Łukasz Wojciechowski
> 
> 

Vote Imagick ;-)
-- 
View this message in context: 
http://www.nabble.com/-OT--Image-processing-tp15087627p21567127.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] [OT] Image processing

2009-01-19 Thread leopinzon

Check out this:
http://www.webxpert.ro/andrei/2009/01/08/thumbnail-generation-with-php-tutorial/

as the uri sais,... it's a step by step tutorial to generate scaled images.

-- 
View this message in context: 
http://www.nabble.com/-OT--Image-processing-tp15087627p21552411.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] [OT] Image processing

2008-01-25 Thread Federico Cargnelutti

Imagik is the best option if you have ImageMagick installed.

My experience with Image_Transform wasn't that good, I ported it to PHP5 and 
I didn't find it very intuitive, the API is confusing, I didn't like how the 
options are set and overwritten, also, the way the adapters are loaded can 
be improved.


You can also try WideImage: http://wideimage.sourceforge.net/wiki/MainPage

Fed

- Original Message - 
From: "Łukasz Wojciechowski" <[EMAIL PROTECTED]>

Cc: 
Sent: Friday, January 25, 2008 6:36 PM
Subject: Re: [fw-general] [OT] Image processing



Thank you for all responses. I'm out to check this all out.

--
Łukasz Wojciechowski





Re: [fw-general] [OT] Image processing

2008-01-25 Thread Łukasz Wojciechowski
Thank you for all responses. I'm out to check this all out.

-- 
Łukasz Wojciechowski


Re: [fw-general] [OT] Image processing

2008-01-25 Thread Matthew Ratzloff
For awhile MagickWand for PHP was the best option available, but then the
IMagick extension was resurrected after years of inactivity and got an
object-oriented interface.  IMagick is the way to go now.

-Matt

On Fri, January 25, 2008 5:23 am, £ukasz Wojciechowski wrote:
> Since there is no class in ZF for image processing and I know for sure
> that here are really experienced developer may I ask what (if any)
> image processing (resizing, cropping, watermarks etc) library are you
> using.
>
> I'm sorry for offtopic, I just can't find anything suitable.
>
> --
> £ukasz Wojciechowski



Re: [fw-general] [OT] Image processing

2008-01-25 Thread kabel
On Friday 25 January 2008 08:23:54 Łukasz Wojciechowski wrote:
> Since there is no class in ZF for image processing and I know for sure
> that here are really experienced developer may I ask what (if any)
> image processing (resizing, cropping, watermarks etc) library are you
> using.
>
> I'm sorry for offtopic, I just can't find anything suitable.

ImageMagick has a few PHP extensions.  Also check out GD.

kabel


Re: [fw-general] [OT] Image processing

2008-01-25 Thread till
On Jan 25, 2008 2:53 PM, Cristian Bichis <[EMAIL PROTECTED]> wrote:
> PEAR Image Transform.

+1

Till


Re: [fw-general] [OT] Image processing

2008-01-25 Thread Cristian Bichis

PEAR Image Transform.

--
Best regards,
Cristian Bichis
www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com

Since there is no class in ZF for image processing and I know for sure
that here are really experienced developer may I ask what (if any)
image processing (resizing, cropping, watermarks etc) library are you
using.

I'm sorry for offtopic, I just can't find anything suitable.

  




[fw-general] [OT] Image processing

2008-01-25 Thread Łukasz Wojciechowski
Since there is no class in ZF for image processing and I know for sure
that here are really experienced developer may I ask what (if any)
image processing (resizing, cropping, watermarks etc) library are you
using.

I'm sorry for offtopic, I just can't find anything suitable.

-- 
Łukasz Wojciechowski