|
Re: How many dead pixels until you retire a digital camera?
You can effectively "get rid" of dead, hot, or stuck pixels by using a Linux and Mac command-line utility called jpegpixi (Google it). First, you use the software to scan a test image and map the locations of all the bad pixels. Then, you run your photos through it, and it filters out the bad pixels using the map you created. I wrote a script that works on Linux and Mac that extracts the EXIF data from all the jpeg files in a folder, creates a matching text file for each one that can includes the date and time the photo was taken along with user comments about where it was taken and who's in it etc., renames the files from IMG_xxxx.JPG to christmas_xxxx.jpg (for example), renumbers them to remove gaps, and gets rid of all the hot or stuck pixels.
|