Google allows you to choose from a multitude of size options for the thumbnails and the images the gdata api provides. I would like to be able to do this in PNA. I will submit a patch shortly that modifies the admin settings and the content delivery to accommodate this.
Franco
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | picasa_node_album-add_image_and_thumb_sizes-1464780-1.patch | 3.68 KB | spydmobile |
Comments
Comment #1
spydmobile commentedok, please be kind, this is my first patch ever, I hope I did it right.
Comment #2
mmilano commentedGreat patch! I added some cache flushing support so when the image sizes are changed it will clear the files cached in the images field of picasa_node_album.
It's been committed, but it could really use a test before I push another release. We should see a new dev build soon.
Comment #3
spydmobile commentedok I will give it a good going over as soon as a the new one is rolled :)
F
Comment #4
mmilano commentedLooks like it updated. Dev is now marked 2012-Mar-03. Thanks!
Comment #5
spydmobile commentedWorks great! SO is the cache handled by drupal, if so, we should seriously consider integrating this cache with the styles/imagecache so that the blog/website can overlay logos and branding on the cached images :)
Franco
Comment #6
spydmobile commentedyou can see a small test here where the thumbs are tiny and the images are huge
http://newlab.westernwillow.com/node/4
Franco
Comment #7
mmilano commentedThe module just caches the image data, not the image itself. The idea is just so we're not making google api calls with every page load.
I'm not sure we can integrate imagecache with remote files, can we?
Comment #8
spydmobile commentedWell I would say this is implemented :)