article thumbnail

DevCorner: Seam Carving for Content-Aware Image Re-Sizing

TechSmith Camtasia

Once a year, TechSmith holds an internal developer conference for the devs to talk about various interests they have. I wanted to implement a proof-of-concept program using vanilla C++ and an open source image library ( png++ , a C++ implementation of libpng ).

Images 97
article thumbnail

Not All PNG Compressors Are Created Equal

TechSmith Camtasia

Not All PNG Compressors Are Created Equal. If the PNG compressor doesn't optimize color depth, or uses non-aggressive DEFLATE compression it can produce PNG's that are up to 90% bloat. If the PNG compressor doesn't optimize color depth, or uses non-aggressive DEFLATE compression it can produce PNG's that are up to 90% bloat.

PNG 96