We have a bunch of .tif images stored in records with an image field. We are needing to update/add a tif tag to each of these images. Can anyone point me towards any libraries or methods of doing this server side and not have the overhead of moving the files across the network, modifying the file on the client and then writing the image back to the db?
I know it isn't recommended that images be stored in blob fields but unfortunately, we have this implementation in place and don't have the option of changing the paradigm at this point.
Thanks for any assistance.
I know it isn't recommended that images be stored in blob fields but unfortunately, we have this implementation in place and don't have the option of changing the paradigm at this point.
Thanks for any assistance.