Page 1 of 1

wysiwyg on-the-fly image resizing feature (like in Typo3)

Posted: Fri Mar 27, 2009 10:04 am
by erikmb
Hi,
I programmed an ont-the-fly image resizing feature for fckeditor, like it works in Typo3. So when rich text containing embedded images is saved, the images are automatically resized to the size in which the will be displayed. If Enlarged later on the original source file is used so that quality is preserved during mutiple resizes.
Actually I even used some of the code that Typo3 uses.
Is there interest to include this in CMSMS? I would have to ask the Typo3 guys if it is ok with them that I used some lines of code from them.
greets
erik

Re: wysiwyg on-the-fly image resizing feature (like in Typo3)

Posted: Fri Mar 27, 2009 6:35 pm
by Dr.CSS
If it was to be included it would be best to have it work in tiny...

Re: wysiwyg on-the-fly image resizing feature (like in Typo3)

Posted: Sat Mar 28, 2009 7:50 am
by erikmb
Ok I will check how it works with tiny.
Why is tiny better?

As I recall the work is done primarily serverside (php) when postprocessing the upload before saving to db, so it is independant of the rte.

standby....

Re: wysiwyg on-the-fly image resizing feature (like in Typo3)

Posted: Mon Mar 30, 2009 5:01 pm
by Dr.CSS
At this time tiny is the default wysiwyg editor in CMS Made Simple, and personally my choice...