Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: stahta01 on January 19, 2015, 06:47:22 pm

Title: What type of image file is best to use on CB wiki?
Post by: stahta01 on January 19, 2015, 06:47:22 pm
I am working on Directions on how to use wxWidgets 3.0.2 binary files; and want to know what type of image files are best to use on CB Wiki?

http://wiki.codeblocks.org/index.php?title=Using_wxWidgets_%28MSW%29_3.0_Binary_with_Code::Blocks_Scripted_Wizard (http://wiki.codeblocks.org/index.php?title=Using_wxWidgets_%28MSW%29_3.0_Binary_with_Code::Blocks_Scripted_Wizard)

Tim S.
Title: Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard
Post by: stahta01 on January 19, 2015, 08:08:29 pm
Finished first pass on doing the Wiki without using images.

http://wiki.codeblocks.org/index.php?title=Using_wxWidgets_%28MSW%29_3.0_Binary_with_Code::Blocks_Scripted_Wizard (http://wiki.codeblocks.org/index.php?title=Using_wxWidgets_%28MSW%29_3.0_Binary_with_Code::Blocks_Scripted_Wizard)

Please use this thread on feedback on the directions.

Tim S.
Title: Re: What type of image file is best to use on CB wiki?
Post by: Alpha on January 19, 2015, 08:20:58 pm
Assuming it is screenshots, png is generally best.  (Of course, crop to smallest size possible without losing necessary context.  I find that scaling the final image tends to look bad, but resizing the target window before taking the screen shot (when possible) can help.)
Title: Re: What type of image file is best to use on CB wiki?
Post by: oBFusCATed on January 19, 2015, 08:25:56 pm
JPEGs are smaller for the same perceptual quality (most of the times).
Title: Re: What type of image file is best to use on CB wiki?
Post by: Alpha on January 19, 2015, 10:14:07 pm
JPEG struggles to handle high contrast edges such as black text on white background.  It tends to produce a lot of artifacts around the boundary.