I will get one image from one location and TIF file from another location.
I want to add that image to the TIF file at specified location. I tried but it is overriding. So can you help me?
Laxman chowdary
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can read the image from the tiff file.
create a collection of all the tif images and pass the it to the TIFFEncodeParam class with:
setExtraImages.
read the javadoc on the exact struct need to pass to the method.
You will get a penalty of reading the file to the memory, but I don’t see any other way.