I have installed this add-on, but when I want to upload an image with a resize to a certain value, at the end returns a blank page, without any error but also without uploading the image.
I just tested this addon. It does not work on my installation. After uploading I get an empty screen.
Another installation on the same server done by a friend seems to work, BUT files with spaces in the name do not work, what is bad cause I want to make it easy to just choose a pic, click on upload and thats it.
I used this plugin on 1.7.1 (debian lenny), but when I upgraded the code to 1.7.3 AutoResize stopped working and turning it on stops pixelpost from uploading images.
No error message is seen, just no upload.
Any ideas about what I have going on? Thanks,
This addon works fine for me ONLY if my filenames are very short, like 5 characters :/
Ive emailed the developer but got no reply :(
Most of my pics have long filenames, as they describe the place name and event and then a cat number.
Is there a way to workaround this limitation??
Cheers
It's really good, awesome except for the problem with EasyMap Add-on. Once the photo gets resized easymap is not able to pick out the geotagged information.
The addon is great, but I would like one more feature. Most computer screens, if not all of them, are wider than higher. I think it would be a very cool feature would be to distinguish between maxsize width and maxsize height.
For example, let's say my "Maximum image size:" is 600px because I design for 1024x768px. For a 1000x2000px image the auto setting is ok and would produce a 300x600px image. However, for a 2000x500px panorama, I do not want it to be 600x150px but something like 900x225px. As wide screen are becoming popular this is an even more important point.
This is the code needed for this new feature:
if($maxsize_w/$maxsize_h < $src_w/$src_h)
{
$dst_w = $maxsize_w;
$ratio = $src_w/$dst_w;
$dst_h = $src_h/$ratio;
}
else
{
$dst_h = $maxsize_h;
$ratio = $src_h/$dst_h;
$dst_w = $src_w/$ratio;
}
Yes an essential addon for me. Great work!! I really love it paired up with the lightbox mod from this thread
This is a brilliant addon that negates the need for a desktop editing program to resize your images. A must have for anyone who used PixelPost.
The new version 2.1.0 it's just perfect, it is the exact kind of tools that I wanted.
Thanks a lots dwilkinsjr
now it works perfect :-)
thank you for the very fast bug-fix.
This addon is very usefull. I think, it could be integrated oryginally with pixelpost. PS 1. In documentation in section "JPG COMPRESSION" is mistake. There will be "Lower compression equals better quality and a larger file size". PS 2. Sorry for my english. I hope, you understand me ;)
This is an amazing addon and one of the first to get reinstalled after the crash I had a month ago. I've seen it progress over time and it has some really nifty features like boosting the memory when needed. The way it integrates into my upload workflow is also very nice. I'm rating this addon as 5: perfect and I hope you find the time to enhance it even more (although I cannot think how).