On Mon, 19 Nov 2001, Andrei Zmievski wrote:
> I would suggest naming the functions with imagick_* prefix. You never
> know what other 'magick' might come along. Also, use underscores to
> separate words in the function names, i.e. imagick_sample_image()
> instead of magick_sampleimage().
ok, don
On Mon, 19 Nov 2001, Christian Stocker wrote:
> Hi
>
> I wrote in the last few days my first php-extension. It's an extension for
> the ImageMagick library. It can't do much at the moment, more or less only
> converting from one image-format to another (but since ImageMagick
> supports a lot of t
Hi
I wrote in the last few days my first php-extension. It's an extension for
the ImageMagick library. It can't do much at the moment, more or less only
converting from one image-format to another (but since ImageMagick
supports a lot of them, it will be the main feature of it anyway..)
if anyon