I recently had a custom module written for me, but I need to add one bit of functionality to it, and unfortunately the original developer is unable to fit it into his schedule, and time is of the essence for me.
Details: I'm using ImageMagick as the image toolkit. The module incorporates an open source image resizer (phpthumb) to control image resolution (downsize to a specific maximum size) and generate thumbnails on certain pages, but I need it to also do the same on another page, more specifically, an image's individual node page. I had set a limit to the resolution to 800x600, which works fine when users view a gallery that opens up via a Thickbox call. But when users view that same image individually (without Thickbox), the size is too big and juts out past the width of the site (920 pixel width I believe.) So basically, I need the module to duplicate the resizing function and resize images to a maximum resolution of 700x500 when viewing the image outside of a gallery.
I can explain in more detail via email once contacted, and can send you the modules that may need tweaking.
Please contact me if this is something you feel confident about taking on.
Comments
Why are you not just using
Why are you not just using image cache?
The module in question gives
The module in question gives users their own galleries, which when viewed, display the images using Thickbox. However, on another page, I have a block that shows a number of recently uploaded images. When I click to see any particular image, I'm taken to that image node's page instead of having the image pop up via Thickbox. It is on that page that I'm having a problem, because if I display the image in the same size, it is too big.
As this is time sensitive, I thought the best way would be to duplicate the image resizing function. I could be wrong, but I'm looking to solve the problem without having to change too much, as I was planning on launching the site next week.
So just reference the
So just reference the imagecache location of your resizing preset on that page.
Closed
Please consider this request closed. I've decided to just reduce the size of the images sitewide to keep things simple.