I am producing PDF files from TIFF scans.
I need to batch remove a color from those TIFF's (i have always exatly the same background), let's say it is RGB (240,240,240) that i want to remove from the whole image.
The conversion should be to (255,255,255).
Can ImageMagick do this for me?
The best thing would be to convert to transparency instead than to white (no clue if this is possible at all...), and then take the transparency over to the final PDF.
Any hint is welcome

Thanks for the attention!
Nexus