Have a suggestion?

Click here to suggest a blog item.

Newsletters Archive

Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.

Editorial Integrity

DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.


Latest News

July 2, 2024
Server Migrations Coming

  • Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..

July 19, 2022
Software Update

Jan 3, 2022
Event Results

May 13, 2020
Software Updates

Mar 24, 2020
Mini Newsletter

Dec 30, 2019
Software Updates

Jan 22, 2020
Software Updates

Jan 12, 2020
Newsletter

Jan 3, 2020
Event Results

Jan 2, 2020
Software Updates

Dec 30, 2019
Software Updates

April 27, 2019
Software Updates

Feb 26, 2019
Software Updates

Feb 23, 2019
Software Updates

Feb 14, 2019
Software Updates

Jan 6, 2019
Event Results

Dec 2, 2018
Software Updates

Nov 13, 2018
Software Releases

July 30, 2018
Software Updates

June 24, 2018
Software Updates

June 6, 2018
Software Updates

Apr 2, 2018
Fundraiser Celebration

Apr 2, 2018
Software Updates

Feb 24, 2018
Software Updates

Jan 14, 2018
Major Site News

Jan 10, 2018
Event Results

Latest Forum Posts

Our daily Blog

This page spotlights the most interesting posts collected from our forum every day.

You are viewing a specific blog item. Click here to return to the main blog page.

"Content-Aware Image Resizing!! OMG!!!!!!!".. Calm down: it's useless

Recently websites across the internet have been going apoplectic over this video and article on "Content-Aware Image Sizing".

Screenshot - 8_23_2007 , 4_02_58 PM_thumb.png

Basically it's a complicated academic process that tries to automatically figure out where non-rectangular chunks of an image can be automatically identified and removed to resize the image to a target size while preserving the "important parts" of the image.

Look, this is a wonderful academic subject, but it falls firmly into the designation of things that can be done better, faster, cleaner, more reliably, and more elegantly with a much simpler process.

As fun as this is, you'll never see this technology in real use -- it's just a clever hack that's not going to yield good results on normal images in a practical way.

Trying to automate this is going to result in some very ugly images with very obvious seams and unpleasant artifacts.

Sometimes the simpler approach is the better approach.

If you want to be smart about resizing images to fit them into different dimensions, the answer is very simple:
  • Create an image format that allows the author to easily and optionally indicate multiple preferred crop regions or multiple actual different images of different sizes and have a server or client display script that chooses the best crop regions to use given the available display space, with some minimal resizing to do final tweaks.

Such an approach would also let the client zoom or move around the image if they wanted.  Folks, this isn't rocket science, you're over-complicating things when a simpler approach would work better and could be implemented tomorrow.

Another rant brought to you by my frustrations when i see these things get hyped beyond all reason..


Share on Facebook