TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajendra Tripathy
NA
823
452.5k
How to fetch the actual quality from the original Image ?
Oct 8 2014 7:18 AM
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.
Reply
Answers (
2
)
popup aspx page on mouseover
how to set default camera if we have 2 cameras connected??