Pixelpost

Authentic Photoblog Flavour

Autoresize v2.5 featured

 
Download (114.3 KB)

Other Versions

« View Description

All 13 Reviews

  1. Mediocre 2
    tianxiaodong.com 1 Year Ago Report as Spam

    it does not work on 1.7.3

  2. Average 3
    sisivana 1 Year Ago Report as Spam

    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.

  3. Average 3
    VincentVegas 2 Years Ago Report as Spam

    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.

  4. Average 3
    garywitscher 2 Years Ago Report as Spam

    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,

  5. Good 4
    skpManiac 2 Years Ago Report as Spam

    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

  6. Good 4
    GavinTan 3 Years Ago Report as Spam

    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.

  7. Perfect 5
    mrubioroy 3 Years Ago Report as Spam

    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;
    }

  8. Perfect 5
    zac 4 Years Ago Report as Spam

    Yes an essential addon for me. Great work!! I really love it paired up with the lightbox mod from this thread

  9. Perfect 5
    raoulw 4 Years Ago Report as Spam

    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.

  10. Perfect 5
    fredxeric 4 Years Ago Report as Spam

    The new version 2.1.0 it's just perfect, it is the exact kind of tools that I wanted.

    Thanks a lots dwilkinsjr

  11. Perfect 5
    macosbrain 4 Years Ago Report as Spam

    now it works perfect :-)

    thank you for the very fast bug-fix.

  12. Perfect 5
    Rafotograf 4 Years Ago Report as Spam

    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 ;)

  13. Perfect 5
    Dennis+ 4 Years Ago Report as Spam

    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).

Write A Review

You must be logged in to write a review, please Log in or Register »