Skip to content

Convert All Images to WebP

I finally completed my WebP conversion, although I am saving the jpg/png image for draft posts, since it already took long enough. This is a great step forward as I will finally be able to implement the Custom Post Types for all books.

This will be discussed on today’s update:
Site Updates: June 13 2025

Original Post as Future Task:

I am currently converting all image to WebP format which is much smaller. This involves consolidating every image, one chapter at a time into a folder and renaming them according to my new naming convention. After that, I convert the images in batches with XnConverter and them replace them one at a time. I was susccessful at batch extensions swaap-outs which can allow me to reduce the number of times I need to manually swap an image, but considering I am already renaming each one individually, I figured I would just do both tasks one at a time, but it would save me a lot of work to maybe use that extension swapping code. Considering I have another 47 chapters to swap, it would save me at least a few hours in the end.

Published incompleted