Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Admin plugin: glx_admin_image_resize
osei,
how about using Andrew Collington’s Crop Canvas class ? (with permission, of course).
See here for an example. I use this everyday for Daily Reza and it works flawlessly and has extra parameters to customise.
Last edited by sderuiter (2005-03-30 19:23:12)
Offline
#32 2005-03-30 20:45:36
- heikki74
- Member
- From: Finland
- Registered: 2004-08-17
- Posts: 100
Re: Admin plugin: glx_admin_image_resize
Image resize plugin is great. Thanks for making it admin plugin. The UI needs polishing and careful forward thinking to make it excellent. I belong to “less is more” -group. Less options – intuitive to use.
I’ve been wondering if the original pictures could be stored somehow.
That would make it possible to develop a system that does image size changes and other alterations site-wide afterwards. For example if you wanted bigger images for the image gallery because of the site re-design. The downside of that is it would take more storage space but maybe there could be an option to make changes permanent. Well, I guess it is complex to do but – possible. My €0.02 into the pool of ideas.
This whole idea comes from the brilliant way that picasa2 does the job. Even the first version was great.
Last edited by heikki74 (2005-03-30 20:48:34)
Offline
Re: Admin plugin: glx_admin_image_resize
WOW.. beautiful. This thing works like a charm! Great work Johan and I wish you good luck in everythin that you do!
“Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere.”
— Albert Einstein
Offline
Re: Admin plugin: glx_admin_image_resize
4 Things.
- Thanks, for a very useful plugin, your work is much appreciated. Really!
- Just want to add my support to the crop idea, which I found myself wishing for after I’d gotten over my joy at how much time this plugin will save me.
- could you (osei) add more IDs to elements so we can style them a little more easily with css. (I’ve been working on a css layout that is a little more efficient with space).
- I like the cookie idea as well, so that the user doesn’t have to retype a param if he/she is batching.
Once again, Thank you. The above suggestions are all icing, the plugin was cake.
Offline
Re: Admin plugin: glx_admin_image_resize
Sorry for the stupid question: what is supposed to happen after I activate the plugin? I can’t see anything new. Is there supposed to be something in the image tab?
Offline
#36 2005-03-31 18:04:06
- webicus
- New Member

- From: Wuppertal, Germany
- Registered: 2004-02-24
- Posts: 7
Re: Admin plugin: glx_admin_image_resize
Hi Andreas,
you have to select an image (with a click on its name) to view the Plugin options.
Offline
Re: Admin plugin: glx_admin_image_resize
Thanks for your feedback, its much appreciated, i just created a todo list of things to add, you could also see a screenshot of how it will look when activated over here.
Im not sure how the crop actually will be, the example sderuiter posted do look realy good, but the licence of it doesnt suit txp… and i definitly dont want to make any promises about a crop plugin either, just so you know :)
mrdale i will add more ids to the elements created, is it enough to add them to the p tags, or what do you think? and if you create a new css i will definitly want to see that :)
Johan Nilsson
Offline
Re: Admin plugin: glx_admin_image_resize
Johan u miss too lines! that could allow to show the plugin UI when u replace an image or a thumb! why?
register_callback(“glx_image_edit_opts”, “image”, “thumbnail_insert”); register_callback(“glx_image_edit_opts”, “image”, “image_replace”);
About square thumb i think is more user friend idente the check box bocoz square thumb r done only if thumb checkbox is checked!
I my option a DHtml UI is most nicest than flash UI…
Luca
Offline
Re: Admin plugin: glx_admin_image_resize
Johan u miss too lines! that could allow to show the plugin UI when u replace an image or a thumb! why?
register_callback(“glx_image_edit_opts”, “image”, “thumbnail_insert”); register_callback(“glx_image_edit_opts”, “image”, “image_replace”);
About square thumb i think is more user friend idente the check box bocoz square thumb r done only if thumb checkbox is checked!
I my option a DHtml UI is most nicest than flash UI…
Luca
Offline
Re: Admin plugin: glx_admin_image_resize
test
Offline
Re: Admin plugin: glx_admin_image_resize
test
Offline
Re: Admin plugin: glx_admin_image_resize
ZiQ ahh sorry, my bad… they will be added on next update, i forgot to copy them to the plugin template…
Johan Nilsson
Offline
Re: Admin plugin: glx_admin_image_resize
:P .. yestarday i recive a strange error from forum.. sorry for spam :D
Offline
Re: Admin plugin: glx_admin_image_resize
An error was encountered
Error: Unable to insert search index word matches.
Offline
Re: Admin plugin: glx_admin_image_resize
Let Me guess 3 times: an error message beginning like:
Fatal error: Call to undefined function: imagecreatefromjpeg() in /public_html/textpattern/lib/txplib_misc.php(304) : eval()’d code on line 126
Means that i dont have the right GDlib on the server.
Right?
Offline