Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2009-06-15 14:43:00

mattmikulla
Member
From: Nashville Tennessee
Registered: 2004-08-25
Posts: 281
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

I have it working in one spot now. I’ll have to go back an check my forms. Funny thing is I copied the form code from one install to the other.


Art Rogue – Fine Art Photography

Offline

#14 2009-06-15 14:55:32

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [request] Image Resizer plus Cropper - Please Please Please

Apologies Matt,

I replied thinking I was in another thread, the one on Eric’s image resize and cropping plugin.
So no, I don’t use the smart image resize script.

Last edited by masa (2009-06-15 14:56:22)

Offline

#15 2009-06-15 15:12:58

mattmikulla
Member
From: Nashville Tennessee
Registered: 2004-08-25
Posts: 281
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

I had no idea that plugin existed. I’ll take a look at it. It might be a better solution.


Art Rogue – Fine Art Photography

Offline

#16 2009-06-15 18:16:47

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [request] Image Resizer plus Cropper - Please Please Please

mattmikulla wrote:

I had no idea that plugin existed. I’ll take a look at it. It might be a better solution.

It’s quite a different thing though allowing users to crop/resize images manually in the backend.
Which it does very well thereby filling a real gap.

Last edited by masa (2009-06-15 18:18:35)

Offline

#17 2009-12-20 11:21:32

rathersplendid
Plugin Author
From: London
Registered: 2008-05-02
Posts: 163
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

I’m using this on my blog with the jQuery Masonry and Infinite Scroll plugins together. Now my image form needs to include the resized image’s height and width but I don’t think there’s a tag for this. Can anyone correct me?

Currently, my form is:
<img src="<txp:site_url />image.php?width=270&amp;quality=85&amp;image=<txp:upm_img_full_url />" alt="<txp:title />" class="siteImg"/>

The image’s need to have a width of not more than 270px, they can be smaller, but their height is always different, hence the problem. Does it need a bit of PHP to work out the dimensions and add them into the image tag?


Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle

Offline

#18 2010-01-26 21:02:18

aswihart
Member
From: Pittsburgh, PA
Registered: 2006-07-22
Posts: 345
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

I’m running into the same issue as you rathersplendid, it sure would be sweet if there was a tag to fill in the resized image’s height somehow, I can’t figure out how though.

Offline

#19 2010-01-26 23:12:50

rathersplendid
Plugin Author
From: London
Registered: 2008-05-02
Posts: 163
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

@aswihart I figured it out, read my comment, http://forum.textpattern.com/viewtopic.php?pid=221843#p221843 and use the code in your upm_image form.


Admin Themes Prometheus | Stung | <txp:coder/
My Portfolio | ɹǝpuɐz.com | @MrMartineau
<txp:coder /> – Convert your designs into Textpattern-based websites
jQuery Style | @jquerystyle

Offline

#20 2010-01-29 14:37:21

hablablow
Member
From: Paris
Registered: 2004-12-13
Posts: 309
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

Sven suggested this (one year ago) here

…maybe a plugin that hides the link to image.php would be nice…

See, in this thread we have URL that look like this:

<img src="<txp:site_url />image.php/<txp:upm_img_name />?height=250&amp;quality=95&amp;image=<txp:upm_img_full_url />" alt="<txp:upm_img_alt />" />

That is ugly !

Is there any existing plugin that can do that ? I mean transform that URL above to something more user friendly ?

Any suggestions are very welcome of course.

Cheese.


_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__

Hablablow + Webdesignofficina

Offline

#21 2010-01-29 17:12:12

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

Sounds like a job for .htaccess and not a plugin.


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#22 2010-01-29 17:29:13

hablablow
Member
From: Paris
Registered: 2004-12-13
Posts: 309
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

How would you do that Matt then in .htaccess ?

Love your site & plugins btw, great job !

Last edited by hablablow (2010-01-29 17:33:11)


_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__

Hablablow + Webdesignofficina

Offline

#23 2010-02-10 17:26:17

hablablow
Member
From: Paris
Registered: 2004-12-13
Posts: 309
Website

Re: [request] Image Resizer plus Cropper - Please Please Please

What if I put 50 in cash on the table, will someone make a plugin out of this problem we have in this thread ?

Sven suggested this (one year ago) here

Plugin should be based on Smart Image resizer output clean urls and manage caching (once an image has been removed from admin it should no longer stay in the cache folder).

This could be a great plugin as it solves the headaches of handling multiple image sizes where you just have to upload once and everything is done magically…

Anyone interested in adding extra bonus to the request ?


_
_I plant seeds for future visions. Farmer of your eyes. Subliminal engineer of your minds. eion founder__

Hablablow + Webdesignofficina

Offline

#24 2010-02-10 17:58:46

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: [request] Image Resizer plus Cropper - Please Please Please

mattmikulla wrote:

This has been beaten to death, but it’s still a much needed plugin.

So we have lam_dynamic_image , which is great, but it won’t crop to a ratio. Also, it’s a dead plugin since iblastoff isn’t working on it anymore and focusing on xpattern

Then there is Smart Image Resizer , which looks promising, but I’m not sure how to integrate with textpattern or an article image.

It would be really great if someone could port the php of Smart Image Resizer to a textpattern plugin.

there’s glx_admin_image, a currently orphan plugin but it still works just fine on my install.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB