How can I convert a byte array from tiff image to a byte array of jpg?
I have the byte array of Tiff image from the web, then how can i use it as jpg without writing a new file?
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.
I didn’t try it but it should work. If you are going to save the file last you can just use the save method on the bitmap with a file path instead of a stream.