i have seen in the feature request list of photoshare, that there is an old item regarding the white padding and black border. this would be very useful now for pagesetter.
in the meantime i have added a line in findimage.js to get the full image (from a catlogue with small pictures) instead of the thumbnail:
At line 96:
// get the image instead of the thumbnail
url = url.replace(/tmb/, "img");