![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I'm compressing jpgs with C# in the standard way, and I had to realize, that the quality is pretty poor. I'd like to switch to a 4:4:4 compression (Y:U:V) I couldn't find anything on the web to change the standard encoder to do that. Is there any other dotNet library that I can use to encode my jpegs? |
#3
| |||
| |||
|
|
Hi! I'm compressing jpgs with C# in the standard way, and I had to realize, that the quality is pretty poor. I'd like to switch to a 4:4:4 compression (Y:U:V) I couldn't find anything on the web to change the standard encoder to do that. Is there any other dotNet library that I can use to encode my jpegs? Thanks! |
#4
| |||
| |||
|
|
As Michael points out the quality is modifiable but this only acts on the compression ratio. To more specifically answer your question, unfortunately you can only save to the same basic JPEG format. The encoders will read some of the more esoteric formats including CMYK but saving to them is not possible. -- -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consultinghttp://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Trickshttp://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQhttp://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article. butc... (AT) web (DOT) de> wrote in message news:1193623618.957177.229820 (AT) v23g2000prn (DOT) googlegroups.com... Hi! I'm compressing jpgs with C# in the standard way, and I had to realize, that the quality is pretty poor. I'd like to switch to a 4:4:4 compression (Y:U:V) I couldn't find anything on the web to change the standard encoder to do that. Is there any other dotNet library that I can use to encode my jpegs? Thanks! |
#5
| |||
| |||
|
|
On Oct 30, 5:09 am, "Bob Powell [MVP]" <b... (AT) spamkillerbobpowell (DOT) net wrote: As Michael points out the quality is modifiable but this only acts on the compression ratio. To more specifically answer your question, unfortunately you can only save to the same basic JPEG format. The encoders will read some of the more esoteric formats including CMYK but saving to them is not possible. -- -- Bob Powell [MVP] Visual C#, System.Drawing Ramuseco Limited .NET consultinghttp://www.ramuseco.com Find great Windows Forms articles in Windows Forms Tips and Trickshttp://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQhttp://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article. butc... (AT) web (DOT) de> wrote in message news:1193623618.957177.229820 (AT) v23g2000prn (DOT) googlegroups.com... Hi! I'm compressing jpgs with C# in the standard way, and I had to realize, that the quality is pretty poor. I'd like to switch to a 4:4:4 compression (Y:U:V) I couldn't find anything on the web to change the standard encoder to do that. Is there any other dotNet library that I can use to encode my jpegs? Thanks! So Is there any good third party library, where you cab choose more options for saving JPEGs? |
#6
| |||
| |||
|
|
To be honest I only concern myself with MS technologies. Michael, any suggestions? |
#7
| |||
| |||
|
|
To be honest I only concern myself with MS technologies. Michael, any suggestions? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |