Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Write an Imagick adapter #34

Open Gregwar opened 11 years ago

Gregwar commented 11 years ago

If someone is motivated, I think we could easily write an Imagick adapter to handle image using the Imagick PHP library

(see #32)

nick4fake commented 10 years ago

I think, it would be really great.

Imagick should default, php-gd as fallback.

Gregwar commented 10 years ago

I agree, this would be really nice However, I don't have enough time to do this

nick4fake commented 10 years ago

When I have some time, i'll write basic adapter.

ozahorulia commented 10 years ago

@nick4fake @Gregwar So anybody started to do it? If not, I can do it on the next weekend.

nick4fake commented 10 years ago

@Hast If I remember, I had some difficulties with rewriting common code (as libraries show different results). You may try. If any help needed - just write me.

ozahorulia commented 10 years ago

Okay, I'll try then.

Gregwar commented 10 years ago

@Hast +1 It would be great Don't forget that there is currently no other adapter than GD, so the adapters sytem is maybe not perfect at all, don't hesitate to propose changes to adapt it