Click here to Skip to main content
15,909,503 members
Home / Discussions / C#
   

C#

 
AnswerRe: Collection as a Trace/Debug Listener? Pin
Heath Stewart10-Jun-04 3:24
protectorHeath Stewart10-Jun-04 3:24 
GeneralRe: Collection as a Trace/Debug Listener? Pin
llyal200010-Jun-04 7:49
llyal200010-Jun-04 7:49 
GeneralRe: Collection as a Trace/Debug Listener? Pin
Heath Stewart10-Jun-04 9:49
protectorHeath Stewart10-Jun-04 9:49 
Generalwatching process and the data they access Pin
tjawed9-Jun-04 13:43
tjawed9-Jun-04 13:43 
GeneralRe: watching process and the data they access Pin
Dave Kreskowiak9-Jun-04 15:42
mveDave Kreskowiak9-Jun-04 15:42 
GeneralRe: watching process and the data they access Pin
tjawed9-Jun-04 18:31
tjawed9-Jun-04 18:31 
GeneralSaving image as JPEG - best possible quality Pin
michalJ9-Jun-04 11:44
michalJ9-Jun-04 11:44 
GeneralRe: Saving image as JPEG - best possible quality Pin
Dave Kreskowiak9-Jun-04 12:07
mveDave Kreskowiak9-Jun-04 12:07 
The problem is the JPEG "compression". You don't get good compression with high quality. The JPEG format is well-known to not handle lines polygons with good quality. JPEG is for photographic type images where the "lossyness" can be hidden in the image. Your just not going to get high quality images without sacrificing compression with JPEG.

For the type of image that your talking about (lines and polygons) .GIF is a much better choice. But, it also has it's limitations, like limited color depth support.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Saving image as JPEG - best possible quality Pin
michalJ9-Jun-04 12:13
michalJ9-Jun-04 12:13 
GeneralRe: Saving image as JPEG - best possible quality Pin
Heath Stewart10-Jun-04 3:18
protectorHeath Stewart10-Jun-04 3:18 
GeneralRe: Saving image as JPEG - best possible quality Pin
michalJ11-Jun-04 2:45
michalJ11-Jun-04 2:45 
Generalsockets Pin
surgeproof9-Jun-04 10:30
surgeproof9-Jun-04 10:30 
GeneralRe: sockets Pin
Heath Stewart9-Jun-04 10:48
protectorHeath Stewart9-Jun-04 10:48 
GeneralRe: sockets Pin
GISnet9-Jun-04 10:51
GISnet9-Jun-04 10:51 
GeneralRe: sockets Pin
eggie59-Jun-04 19:05
eggie59-Jun-04 19:05 
GeneralRe: sockets Pin
surgeproof10-Jun-04 5:27
surgeproof10-Jun-04 5:27 
Generalserial port Pin
surgeproof9-Jun-04 10:29
surgeproof9-Jun-04 10:29 
GeneralRe: serial port Pin
Dave Kreskowiak9-Jun-04 11:59
mveDave Kreskowiak9-Jun-04 11:59 
GeneralRe: serial port Pin
quilkin10-Jun-04 5:21
quilkin10-Jun-04 5:21 
GeneralRe: serial port Pin
surgeproof10-Jun-04 5:29
surgeproof10-Jun-04 5:29 
GeneralUnhandled Exceptions Pin
Flack9-Jun-04 9:54
Flack9-Jun-04 9:54 
GeneralRe: Unhandled Exceptions Pin
Heath Stewart9-Jun-04 10:35
protectorHeath Stewart9-Jun-04 10:35 
GeneralMDI Child focus problem when button is disabled Pin
rlacatus9-Jun-04 9:13
rlacatus9-Jun-04 9:13 
GeneralRe: MDI Child focus problem when button is disabled Pin
link_799-Jun-04 9:26
link_799-Jun-04 9:26 
GeneralRe: MDI Child focus problem when button is disabled Pin
rlacatus9-Jun-04 11:19
rlacatus9-Jun-04 11:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.