2021-08-182022-05-12images Convert PDF to JPG This is a pretty limited use case, probably something that will never […]
2021-08-102022-06-03linux Make Thumbnails Make thumbnails in the terminal pretty easily with this set of commands. […]
2021-06-232022-01-13images Add timestamp to photo using ImageMagick rem dptnt.com/2009/04/how-to-add-date-time-stamp-to-jpeg-photos-using-free-software/ @ECHO OFFSETLOCALFOR /R %%G IN (*.jpg) DO CALL :process “%%G”GOTO […]
2021-06-232022-01-14images Shrink image with ImageMagick @ECHO OFFSETLOCALFOR /R %%G IN (*.jpg) DO CALL :process “%%G”GOTO :end :process […]
2021-06-222022-01-13.net Add EXIF date to photo If you have a photo that you need to add a timestamp […]
2021-05-202022-01-10.net Get EXIF date from photo It’s not straightforward to retrieve the EXIF date from an image. Here’s […]
2021-05-172022-01-09.net Add EXIF date to photo If you have a photo that you need to add a timestamp […]
2021-05-132022-01-09.net Resize image in .NET This will resize image to be 1024 height or width (whichever is […]
2021-04-252022-01-08.net Check if two images are similar I was trying to dedupe my photos, and found that identical photos […]