Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: thumbnail Clear Filter

iOS 26 has a new full-screen UI when you take a screenshot on your iPhone, here’s how to change it back

The new iOS 26 software update for iPhone introduces a new full-screen preview experience when taking a screenshot. This includes some new visual lookup functionality, but it also can be a bit annoying if you just want to capture something for later and get on with what are you doing. iOS 18 and earlier would simply show a small unobtrusive thumbnail of the screenshot in the corner of the screen. Thankfully, this behavior is still possible on iOS 26 as well. Here’s how to change it back. First

Resizing images in Rust, now with EXIF orientation support

Resizing images in Rust, now with EXIF orientation support Resizing an image is one of those programming tasks that seems simple, but has some rough edges. One common mistake is forgetting to handle the EXIF orientation, which can make resized images look very different from the original. Last year I wrote a create_thumbnail tool to resize images, and today I released a small update. Now it’s aware of EXIF orientation, and it no longer mangles these images. This is possible thanks to a new ver