vote up 3 vote down star
4

I've got a requirement for showing thumbnails of arbitrary websites. I need to be able to show small thumbnails (120px by 90px), and larger thumbnails of around 480px wide. I'll need to specify the queue and invalid placeholder images and preferably have a pingback when the queued images are processed so I can respond appropriately. I'd also need a simple API I can use either directly embedded in my HTML, or from a simple web request to queue the images.

I've been looking at various services ranging from low-fi services, to large scale ones - here's some examples:

www.bitpixels.com

Uses Google AppEngine, seems like a prototype or a toy. Free!

www.websnapr.com

Tried using this, made a free account and requested a thumbnail. Waited a few minutes and refreshed a couple of times, and ended up having the account banned. Free is tricky yes, but if I can't try it out successfully I'm disinclined to pay.

www.shrinktheweb.com

Free account seems to be very quick. Lots of documentation on the site, and even covers local caching of the images to your own server (documentation mostly in PHP). Quality of thumbnails look good, and there appear to be sufficient options for setting thumbnail placeholder images and parameters for altering how the thumbnailing is done. Also supports large 'screenshots' of URLs - very useful for me. Discovered the PRO pricing is an à la carte menu, allowing me to select just the features I want and keep the monthly cost low. Excellent stuff, have decided to use this service.

www.thumbalizr.com

Good coverage of thumbnail sizes and control options - even allowing specification for browser width when thumbnailing. No ping-back, but I can live without that. Supports local caching of images with PHP API, would prefer .NET, but can port it if necessary. Looks like a fairly professional service but seems fairly expensive for the number of thumbnails you get to generate.

apologies for lack of proper linking - spam protection!

I'm not entirely convinced by any of them, and since this will be a long term service I'd like some stability and support. I'm willing to pay for the service, but I'd want something that fulfills most if not all of my requirements for that.

I should also mention that we're hosted on Windows under IIS, so local solutions involving Xvfb and the like sadly can't be used for this project.

So my question is: what services do you use? How have they panned out, are you happy with them?

flag
Great programming question! Oh wait... that looks like spam. – Oded Feb 5 at 15:53
1  
Spam?... I don't think so. The OP used a list of several well known sites offering the service, without actually linking to them, all for illustrative purposes. A possible improvement to the question would be to make it a Community Wiki, given the subjective, potentially argumentative, nature of the question. And, YES!, this is programming related: a very practical question pertaining to a targeted programming task. – mjv Feb 5 at 16:10
Yes, sorry, didn't want to look like spam at all. I didn't know about the Community Wiki thing. I've edited the question now. – Ben Delarre Feb 5 at 16:14

3 Answers

vote up 0 vote down check

I'm very surprised you didn't try shrinktheweb yet, but now that you've tried the rest; you'll see the difference. So I won't go into it here. Suffice it to say that there is a BIG difference over all of the other similar services. Go to our homepage and click on the 'more' link above the testimonials.

Snapcasa, in fact, stops generating new thumbnails on a regular basis for weeks or even months at a time. This we have been told by many who have switched over the past year. If reliability is important, then ShrinkTheWeb is the only answer (based on customer feedback).

I would be curious to know why you bothered to try all the other services and saved ShrinkTheWeb for last. Did our website miss telling you something important to your project? We have lots of documentation and some sample code and are currently overhauling the site to be easier to locate both.

Cheers,

-The Brandon

link|flag
ShrinkTheWeb I think at first appeared to be 'too much' if that makes sense? The front page is somewhat overwhelming. However, as you've said I've tried the rest, and went to try out ShrinkTheWeb recently. It does certainly seem to work reliably and quickly. I was very impressed that the free account seems to work as fast as it does, as all the other services I've tried seem to take a while before thumbnailing anything. We will definitely give it further consideration. I'll update the question to include some of my thoughts. – Ben Delarre Feb 16 at 11:52
vote up 1 vote down

I've been looking for such a service some time ago but could not find a perfect one. In the end I've settled with http://snapcasa.com/

Pros:

  • supports flash
  • free to up to 300k request per month (100k not watermarked)
  • 4 sizes of thumbs in free version
  • returns a placeholder for unprocessed request (can be customised in paid version)

Cons:

  • can serve thumbs to registered IP only, not per API key basis (if you distribute your app to clients, you will have to register their IP on your account as well)
  • some websites seems not to work (got 'snapshoot queued' image for weeks)
  • thumbs are somewhat compressed too much

It serves my purpose for now but since I coulnd't find a perfect one, I decided to implement such functionality directly in my app at later stage, check these links:

http://blog.whirix.com/2007/05/screenshots-of-web-pages.html

http://khtml2png.sourceforge.net/

Good luck

link|flag
Thanks for the response. How have you found SnapCasa's credits system? I thought the description of it was a little confusing. I should also have mentioned that we're hosting on Windows, so solutions involving Xvfb sadly won't work for us. I'll update the question to show this. – Ben Delarre Feb 8 at 14:52
Credit system is pretty straightforward, apart from amount of free credits per month, they state 300k and 500k on the same page, in fact you get the latter. If you find another decent service, please share the news. – Resistante Feb 8 at 16:05
vote up 0 vote down

Hi Ben,

Thank you for testing out our service and for your feedback. We will most likely be simplifying the homepage a bit over the next few months thanks, in part, to your comments. We want to be sure that others are not also "overwhelmed" at first, because we feel that our offering is strong and look forward to showing that to new users.

Best of luck to you on your project!

Brandon

link|flag
Thanks Brandon. Implementation against STW went very smoothly indeed. Seems to be working wonderfully, and we really liked the graded fees for different groups of features. Allowed us to very cheaply get just the features we wanted. Good job! – Ben Delarre Mar 13 at 11:55

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.