Page 1 of 1

images?

Posted: Sun Sep 26, 2004 7:30 am
by mitch77
Hello,

I need a content manager that will allow (non-savy) parents
to add/del/alter text *AND* add/del images as well.
Can this app upload images to the pages?

thanks

mitch

images?

Posted: Sun Sep 26, 2004 1:52 pm
by Bewbs
i don't know that the current release of cms has image manipulation, but it does have an upload feature.

svn 0.7 might have image stuff but i cannot speak for the creators of this fine program

images?

Posted: Sun Sep 26, 2004 3:31 pm
by Ted
0.7 will have an extension to the WYSIWYG that will allow for image uploads. I think this will pretty much accomplish everything that you're asking. I'm hoping that it'll be out before the end of the week, but we'll see.

images?

Posted: Mon Sep 27, 2004 12:30 am
by jammo
wishy wrote:0.7 will have an extension to the WYSIWYG that will allow for image uploads.
wishy?

what about GD resize?

images?

Posted: Mon Sep 27, 2004 12:31 pm
by Bewbs
will imagemagick resize work?

images?

Posted: Mon Sep 27, 2004 7:39 pm
by Anonymous
Bewbs wrote:will imagemagick resize work?
isnt the GD library a part of PHP, thus nothing else to install?

isnt ImageMagik a seperate library, that needs to be installed?

:idea:

images?

Posted: Mon Sep 27, 2004 7:53 pm
by Ted
Basically, you need to support both. A lot of hosting services don't install the GD extensions into their PHP, and there isn't much you can do about it. Imagemagick is an easily installed alternative if necessary. Though, personally, I would go out of my way to make GD work first, then default back to Imagemagick.

images?

Posted: Mon Sep 27, 2004 11:30 pm
by Bewbs
i could try and make gallery automatically detect gd or imagick but it might be beyond my current knowledge set.

images?

Posted: Tue Sep 28, 2004 7:56 pm
by jammo
wishy wrote: ... Imagemagick is an easily installed alternative if necessary. Though, personally, I would go out of my way to make GD work first, then default back to Imagemagick.
im with you on that one amigo.