Steampunk Fairy Tales: Volume 3 now available!

Read about it »

Design Thumbnails Using Imagemagick

To make the site more appealing, I started playing with imagemagick to generate eye-catching thumbnails. Our site still has a long way to go, but I prefer to make small improvements over time to holding up our site (and our writing) for a massive redesign.

The blue borders around thumbnails were an indicator that you can click the image to go to the article, but it feels heavy. It also clashes against images with certain palettes.

 

 

Additionally, thumbnails in our blog articles had the default bootstrap border around them, which felt inconsistent with the rest of the site.

 

 

 

 

Here’s a few more before-and-afters:

 

 

 

 

 

 

I wrote a script that uses a few basic imagemagick commands to resize, tilt, and add a frame:

convert $BigFileName -resize x200 $FileName

convert $FileName -background $Color -gravity SouthEast -extent {$Width}x{$Height} $FileName

convert $FileName -bordercolor $Color -border $BorderSize $FileName $FileName

convert $FileName -rotate $Degrees $FileName

The script automatically generates the thumbnails for new articles, so it’s hands-off. Remember, image thumbnails should be a smaller image – if you just scale down the picture using HTML or CSS then your page will load slowly.

Eventually, I’d like to move toward a more steampunk aesthetic, but that will come in time.

 
Related Articles

Blog Design Tweaks
I’m not a designer. Not even close. So when I built this site, I just used bootstrap, kept it simple, and focused on functionality over aesthetic. But it’s time to make a few changes. I’m not sure how much these changes will impact viewers, but I hope sharing this information will help you scrutinize your own blog. Read on

 

 


Blog Redesign
I just tweaked the design a few days ago, but I had some ideas while on the treadmill. Remember, I’m not a designer and I want to invest most of my time on writing. Read on
 
Random Articles

Wacky Cake and Blissful Icing
As the prevalence of birthday cake flavored foodstuffs proves, most people have a singular idea of what a birthday cake is. It’s a white or vanilla cake with very strong frosting, and most likely sprinkles. I think this became the defacto birthday cake only because so few have tasted the bliss that is Wacky Cake. Read on

 


Sprint 10: Polishing Manuscript in October
September was a strange month. We finished the manuscript ahead of schedule, which disrupted our typical flow (but in a good way). In terms of process, we took a more Kanban approach instead of strictly planning full two week segments. Read on