Please let me know whether there are any HTTP comands for image, image thumbnail download from album

vaidyanet

Joined: 2009-01-20
Posts: 4
Posted: Tue, 2009-01-20 10:57

1. I wanted to know whether the "fetch-album-images" command ony returns the image list with details only or even the image data ( I mean the image).
2. Any commands to download the Thumbnai of the image?
3. What is Acquisition list?

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Wed, 2009-01-21 09:13

1. only meta-data is returned, not the actual pixel data.

2. one bit of meta-data that is returned is the base URL for downloading images in the album, to which you can append the 'name', 'resizedName' and 'thumbName' parameters to download the full, resized and thumbnail of the image.

3. I don't know, where did you see that?

--
Gallery Remote developer

 
vaidyanet

Joined: 2009-01-20
Posts: 4
Posted: Fri, 2009-01-23 06:51

Thanks a lot paour

 
vaidyanet

Joined: 2009-01-20
Posts: 4
Posted: Tue, 2009-01-27 15:24

Please can you give me a sample HTTP packet text for login command for G2?

There is any document in this forum which gives sample HTTP implementation for communicating to the gallery?

Thanks in advance.