Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to fetch the actual quality from the original Image ?
Rajendra Tripathy
10y
751
1
Reply
Is there a way to save the image with the same quality as it was loaded without hardcoding the quality value?
EncoderParameters myEncoderParameters = new EncoderParameters(1);
myEncoderParameters.Param[0] = new EncoderParameter(Encoder.Quality, 100L);
Can I fetch the actual quality from the original image and then set it back rather then Hardcoding i.e 100L.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
popup aspx page on mouseover
PST/OST file integration with C# Issue