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

Comments

spydmobile’s picture

Status: Active » Needs review
StatusFileSize
new3.68 KB

ok, please be kind, this is my first patch ever, I hope I did it right.

mmilano’s picture

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

spydmobile’s picture

ok I will give it a good going over as soon as a the new one is rolled :)
F

mmilano’s picture

Looks like it updated. Dev is now marked 2012-Mar-03. Thanks!

spydmobile’s picture

Works 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

spydmobile’s picture

you can see a small test here where the thumbs are tiny and the images are huge
http://newlab.westernwillow.com/node/4
Franco

mmilano’s picture

The 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?

spydmobile’s picture

Status: Needs review » Fixed

Well I would say this is implemented :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.