You need to be logged in to post in the forum - Log In
An active JCE Pro Subscription is required to post in the forum - Buy a Subscription
- Support
- Forum
- JCE Editor
- Force a resize on upload
Support is currently Offline
Official support hours:
Monday To Friday
From 09:00 To 17:00 Europe/London (BST)
From 09:00 To 17:00 Europe/London (BST)
Please post your question in the Forum and we will get back to you as soon as we can.
Hi,
I'm trying to force a resize of images that are to large. I created a custom profile for frontend editing and set the right accordingly. The media manager icon is disabled in the editor. So only JCE custom field or intro images file upload can be used. In the Editor Parameters under Filesystem I configured the options as followed:
Either if the resize options are hidden or shown and the option is checked, the resize doesn't work.
What is the best wat to force a resize of images that are too large?
I'm trying to force a resize of images that are to large. I created a custom profile for frontend editing and set the right accordingly. The media manager icon is disabled in the editor. So only JCE custom field or intro images file upload can be used. In the Editor Parameters under Filesystem I configured the options as followed:
Either if the resize options are hidden or shown and the option is checked, the resize doesn't work.
What is the best wat to force a resize of images that are too large?
The reason it wasn't working without IMagick is because of the size of the file you are uploading. PHP GD2 (which is probably what your server had available for image processing) uses a lot of memory for processing, so a pre-resize calculation is done to see if there is sufficient memory available, and if not, then resizing is skipped.
Just because you're not paranoid doesn't mean everybody isn't out to get you.
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!