Hi group, I have just installed ImageMagick, I want to use it in zope to resize and mutate uploaded pictures for a CMS. But I do not really know where to start, and if i got everything i need to. I am pretty new to python and i just want to prevent me from getting frustrated trying thing the wrong way. My question: Can someone point me to some examples for using Imagemagick with zope, maybe some goog tips and what i need to get it running? I am using zope 2.4.1, Python 2.1, SuSE 7.2, Imagemagick 5.3.9. Thanks in advance, Sebastian Kügler
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of sebas ICK
I have just installed ImageMagick, I want to use it in zope to resize and mutate uploaded pictures for a CMS.
My question: Can someone point me to some examples for using Imagemagick with zope, maybe some goog tips and what i need to get it running?
Take a look at the Photo product (http://www.zope.org/Members/rbickers/Photo/). It uses ImageMagick to render different image sizes, but doesn't currently do any other mutations. There is no recent Python module for ImageMagick that I know of, so if you write your own Python code, you'll be stuck running IM's external programs to manipulate the images. _______________________ Ron Bickers Logic Etc, Inc.
If you want to get really wierd, I installed pyperl and then used Perls well defined and maintained ImageMagick modules from python using pyperl. But thats a little wierd for some people. Cheers. -- Andy McKay. ----- Original Message ----- From: "sebas ICK" <sebas@ick-kupplungen.de> To: <zope@zope.org> Sent: Tuesday, September 18, 2001 6:20 AM Subject: [Zope] ImageMagick
Hi group,
I have just installed ImageMagick, I want to use it in zope to resize and mutate uploaded pictures for a CMS. But I do not really know where to start, and if i got everything i need to. I am pretty new to python and i just want to prevent me from getting frustrated trying thing the wrong way.
My question: Can someone point me to some examples for using Imagemagick with zope, maybe some goog tips and what i need to get it running?
I am using zope 2.4.1, Python 2.1, SuSE 7.2, Imagemagick 5.3.9.
Thanks in advance,
Sebastian Kügler
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I have just installed ImageMagick, I want to use it in zope to resize and mutate uploaded pictures for a CMS. But I do not really know where to start, and if i got everything i need to. I am pretty new to python and i just want to prevent me from getting frustrated trying thing the wrong way.
My question: Can someone point me to some examples for using Imagemagick with zope, maybe some goog tips and what i need to get it running?
I am using zope 2.4.1, Python 2.1, SuSE 7.2, Imagemagick 5.3.9.
The Photo Product does perfectly fit my needs, thank you for this nice Product. One thing does not yet work very well, resizing of fast moving animated gif does not render very wel, but that is no problem here since we are not planning to use anim gif's on that site (besides ... most of them are just ugly ;)) Furthermore ... when i want to click "help" there i cannot find a link ... Am i right that there is nearly no documentation? regards, sebas.
The Photo Product does perfectly fit my needs, thank you for this nice Product.
Furthermore ... when i want to click "help" there i cannot find a link ... Am i right that there is nearly no documentation?
There's no online help, but there's a fairly detailed README.txt file in the distribution and on the Web site. _______________________ Ron Bickers Logic Etc, Inc.
participants (4)
-
Andy McKay -
Ron Bickers -
Ron Bickers -
sebas ICK