I'd like to apply lossless compression (e.g. EXIF stripping, PNG optimization, progressive JPEG etc) to image files as they are uploaded. I can see the point at which move_uploaded_file is called in the PHP connector (in FileUpload.php) so I could just hack it in there, but I'm wondering if there's an 'official' way of doing something like that. Is it possible to write a plugin that could register for a "save file" event hook or something?
Thu, 01/09/2014 - 19:19
#1
See the Watermark plugin for
See the Watermark plugin for hints -- it manipulates images after they are uploaded. You can also optimize images by decreasing the Quality setting in your CKFinder configuration.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!