Even the Internet’s Favorite Pool Guy Doesn’t Know How to Fix the Reflecting Pool

Steve Goodale isn’t used to attention like this. It’s not that he’s unfamiliar with being on camera: His YouTube Channel, Swimming Pool Steve, has amassed nearly 91,000 subscribers covering topics like how to bond concrete and clean a used hot tub. But the saga of the Lincoln Memorial Reflecting Pool, which an algae bloom turned […]
How to load a webp in QImage?

I have a simple project that displays an image picked by the user. In the process, I run: QImage image; image.load(imagePath); But QImage remains with an “invalid” image. It does work for other image formats, like png and jpg. As I understand it, webp is supported by something called “Qt Image Formats”, that’s external to […]