The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
10 views

I need help retrieving images

So I downloaded this app yesterday because it has a timer on it. I was moving out of my apartment and with my roommate of three years for the last time. I assumed that this camera put the images ...
1
vote
2answers
29 views

Getting OriginalURL from API

I have my app authenticated with SmugMug through OAuth, and was able to perform smugmug.images.get to get OriginalURL regardless of client's setting on SmugMug website. Recently, I find out that the ...
1
vote
1answer
25 views

Remove api keys?

Is there a way to remove unused API Keys? Coming up empty on a search for this. It seems that this is not enough info to pass the stack sniff test as a quality post, so I'll add some more info here. ...
0
votes
0answers
36 views

Why do thumbnails display a different saturation of color to the main images?

I know this is a color management issue, related to me having a calibrated wide-gamut monitor. In my workflow I prefer to import and edit using a wide-gamut color space, either Pro Photo RGB or Adobe ...
0
votes
1answer
155 views

Deleted App without saving pictures to Camera Roll

I accidentally deleted the "Camera Awesome" App from my iPhone-5 without saving the pictures to the Camera Roll first. I reinstalled the app immidiatly after it happen but all the pictures and videos ...
4
votes
1answer
68 views

SmugMug API not returning updated image positions

After arranging images in an album using the SmugMug drag/drop "arrange mode", smugmug.images.get will not return the updated image positions. The images do appear in the correct order within the ...
0
votes
1answer
86 views

highlighting areas of photos

Is there any way to empahasize a particular area of a photo, such as in Flickr? e.g. where you drag and create a rectangle around something you want the viewer to see that they might not otherwise ...
1
vote
1answer
47 views

Need gallery sort option for image move function

Under "Move to Gallery" and "Move to Multiple Galleries", the "Choose an existing gallery" dropdown presents the gallery names randomly. Since i have many galleries, is there a way to present them in ...
0
votes
1answer
44 views

phpSmug variables for AlbumID doesnt work

I am using the following code, but no matter how I structure the array for the images_get method, it never passes the AlbumID correctly..any clues?? <?php require_once( "phpSmug.php" ); $albumid ...
1
vote
1answer
101 views

Camera Awesome - Missing videos

I can't seem to find some of my videos anymore, they appear to be deleted. How would I find or possibly restore them?
1
vote
1answer
49 views

Image formats retrieved on API

The API gives me a URL to retrieve the image at. What image formats does SmugMug use? Will it ever give me a raw format, for example? Thanks.
2
votes
1answer
150 views

Picnik is closing. Has smugmug said anything?

Picnik is closing on April 20, 2012. It's now late March 2012. Has SmugMug indicated they are going to have an editor in place by then?
8
votes
2answers
293 views

I have an image's ID and KEY, how do I use them to actually get the image?

Say the image's ID is "imageid" and the Key is "imagekey". What's the magical formula to produce a url to view the image? What other options do I have at the time?
8
votes
1answer
360 views

What image sizes are available from SmugMug natively and can I request specific sizes?

In my application I want to display thumbnail sized images, preview sized images and 'full sized' images, what sizes are available natively from SmugMug and is it possible to request specific image ...