itay / picshare

1 stars 0 forks source link

Save multiple image sizes to disk #4

Open itay opened 12 years ago

itay commented 12 years ago

We currently save three image sizes:

Thumbnail: 75x75 aspect ratio crop Full: 1024x1024 aspect ratio resize Original: the original image

Need to decide if we need more sizes and if so, which ones, or if we want to change the current ones.

nongli commented 12 years ago

1024x1024 is really big.

itay commented 12 years ago

Yeah, it's a bit on the large side to download. OK, here are the different types of images we need:

Thumb sizes will be decided by the UI. Image view should be decided by the UI to some degree, but we should decide what order of magnitude this needs to be. For the lightbox we could use either the original image (but it is going to be huge, and unfortunate to download so much data), or we could use the image view image, but it might be too small, so we might need an intermediate size.

Any thoughts on suggested sizes?

nongli commented 12 years ago

Don't know why this needs to be decided right now. They are all kinda based on the UI.

For the Image view, i think 8x6 (800x600) might be a good place to start.

On Wed, Sep 14, 2011 at 11:42 AM, Itay Neeman < reply@reply.github.com>wrote:

Yeah, it's a bit on the large side to download. OK, here are the different types of images we need:

  • Thumb
  • Image view (this is when you click on the thumb and you see the details for that image, including the image itself)
  • Lightbox image (the image that shows up when you click on the image in the image view)
  • The original image

Thumb sizes will be decided by the UI. Image view should be decided by the UI to some degree, but we should decide what order of magnitude this needs to be. For the lightbox we could use either the original image (but it is going to be huge, and unfortunate to download so much data), or we could use the image view image, but it might be too small, so we might need an intermediate size.

Any thoughts on suggested sizes?

Reply to this email directly or view it on GitHub: https://github.com/itay/picshare/issues/4#issuecomment-2096544

itay commented 12 years ago

It doesn't need to be decided, I'm simply listing issues that need to be decided at some point.

Itay

On Wed, Sep 14, 2011 at 1:38 PM, Nong Li < reply@reply.github.com>wrote:

Don't know why this needs to be decided right now. They are all kinda based on the UI.

For the Image view, i think 8x6 (800x600) might be a good place to start.

On Wed, Sep 14, 2011 at 11:42 AM, Itay Neeman < reply@reply.github.com>wrote:

Yeah, it's a bit on the large side to download. OK, here are the different types of images we need:

  • Thumb
  • Image view (this is when you click on the thumb and you see the details for that image, including the image itself)
  • Lightbox image (the image that shows up when you click on the image in the image view)
  • The original image

Thumb sizes will be decided by the UI. Image view should be decided by the UI to some degree, but we should decide what order of magnitude this needs to be. For the lightbox we could use either the original image (but it is going to be huge, and unfortunate to download so much data), or we could use the image view image, but it might be too small, so we might need an intermediate size.

Any thoughts on suggested sizes?

Reply to this email directly or view it on GitHub: https://github.com/itay/picshare/issues/4#issuecomment-2096544

Reply to this email directly or view it on GitHub: https://github.com/itay/picshare/issues/4#issuecomment-2097813