Author Topic: What type of image file is best to use on CB wiki?  (Read 2489 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
What type of image file is best to use on CB wiki?
« 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

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard
« Reply #1 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

Please use this thread on feedback on the directions.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: What type of image file is best to use on CB wiki?
« Reply #2 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.)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: What type of image file is best to use on CB wiki?
« Reply #3 on: January 19, 2015, 08:25:56 pm »
JPEGs are smaller for the same perceptual quality (most of the times).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: What type of image file is best to use on CB wiki?
« Reply #4 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.