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

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply

rte on-the-fly image resizing feature?

like it
2
100%
maybe
0
No votes
nope
0
No votes
 
Total votes: 2

erikmb
New Member
New Member
Posts: 2
Joined: Fri Mar 27, 2009 9:54 am

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

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post by Dr.CSS »

If it was to be included it would be best to have it work in tiny...
erikmb
New Member
New Member
Posts: 2
Joined: Fri Mar 27, 2009 9:54 am

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

Post 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....
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post by Dr.CSS »

At this time tiny is the default wysiwyg editor in CMS Made Simple, and personally my choice...
Post Reply

Return to “Developers Discussion”