Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: lam_dynamic_image (on-the-fly article image resizing and display)
i just came across this smart image resizer via popurls. it does cropping as well as resizing and sharpening. could that be an alternative to the image.php that is currently being used alongside the plugin?
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
Hey Lam. Were you planning on adding crop functionality to this plugin?
Also, how memory intensive would it be to resisize 5 jpegs on one page when the originals are no more than 450px wide or high to thumbs that are no more than 200px wide or high?
Art Rogue – Fine Art Photography
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
I will no longer be maintaining or developing any more plugins for Textpattern.
But it hard to know what it actual means :-)
But that crop thing would require a lot of script editing that is written by other coder. And as we know, other’s code is sometimes kinda hard to read.
Also, how memory intensive would it be to resisize 5 jpegs on one page when the originals are no more than 450px wide or high to thumbs that are no more than 200px wide or high?
Depends on GD version and how much it uses memory per pixel. In example it could use 4-6 bytes per pixel. You can calculate it. So, it’s 8 megs per image. Meaning that it could fail if memory runs out. Solution: possibly increase your memory limit (i wouldn’t use at all)
Last edited by Gocom (2008-03-21 14:53:16)
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
For some reason, Steve’s plugins all return a 404 at the mo. Would someone be kind enough to upload their copy in the meantime?
Many thanks!
TXP Builders – finely-crafted code, design and txp
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
For some reason, Steve’s plugins all return a 404 at the mo. Would someone be kind enough to upload their copy in the meantime?
can no-one help?
TXP Builders – finely-crafted code, design and txp
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
Where should I ideally move the image.php file too? CGI bin?
Oh, and what would I change in the plugin code?
Last edited by mattmikulla (2008-04-12 23:49:44)
Art Rogue – Fine Art Photography
Offline
#43 2008-05-15 14:29:41
- kkalbaugh
- New Member
- From: Lafayette, Indiana
- Registered: 2008-05-15
- Posts: 2
Re: lam_dynamic_image (on-the-fly article image resizing and display)
I get this: “Tag error: <txp:lam_article_image width=“150” /> -> Textpattern Warning: tag does not exist on line 983”. I am new to textpattern and have had some success with other plugins, but I can’t figure out why this one gives me this error.
Here’s what I’ve done:
1. I have installed the plug.
2. Put image.php in the images directory and given it a 755 permissions
3. Pulled out a lot of hair
Thanks in advance. Also I’m running PHP version: 4.3.9, is that bad?
Last edited by kkalbaugh (2008-05-15 14:30:21)
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
Did you activate plugin after install?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#45 2008-05-15 20:10:00
- kkalbaugh
- New Member
- From: Lafayette, Indiana
- Registered: 2008-05-15
- Posts: 2
Re: lam_dynamic_image (on-the-fly article image resizing and display)
No. Thank you. I feel very dumb right now.
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
Does anyone have a copy of this plugin that I could download? It isn’t on the authors site anymore and I’ve all but spent my best Googling skills trying to find it.
Thanks in advance
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
Re: lam_dynamic_image (on-the-fly article image resizing and display)
found it! hope steve doesn’t mind me posting:
lam_dynamic_image
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
Re: lam_dynamic_image (on-the-fly article image resizing and display)
A much better option is to use smart image resizer. You can both crop and resize. Here is the tutorial: Crop and resize images on the fly
I don’t think this plugin is being continued.
Last edited by mattmikulla (2009-01-21 03:19:25)
Art Rogue – Fine Art Photography
Offline