dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Write a program to generate Image thumbnails #58

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

Going through Images for blog posts can take a long time, and it takes even longer when having to make the thumbnails (1024p width) by hand. We're already doing image processing in other projects, so move that code over here. Have it run on a directory and create any thumbnails that haven't already been created.

dyreschlock commented 1 year ago

This has been written! It's a stand alone program I put in ImageManagementImpl.java. Run it from there.