How-to: Difference between revisions

From B-Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 62: Line 62:


= Tools =
= Tools =
{| class="wikitable"
|-
! Tool
! Description
! Link
|-
| Image converter
| XnConvert is a fast, powerful and free cross-platform batch image converter. It allows to automate editing of your photo collections: you can rotate, convert and compress your images, photos and pictures easily, and apply over 80 actions (like resize, crop, color adjustments, filter, ...). All common picture and graphics formats are supported (JPEG, TIFF, PNG, GIF, WebP, PSD, JPEG2000, JPEG-XL, OpenEXR, camera RAW, HEIC, PDF, DNG, CR2). You can save and re-use your presets for another batch image conversion.
| [https://www.xnview.com/en/xnconvert/#downloads XnConvert]
|}
== Image converter ==
== Image converter ==
[https://www.xnview.com/en/xnconvert/#downloads xnview]
[https://www.xnview.com/en/xnconvert/#downloads xnview]

Revision as of 13:02, 1 December 2021

Templates

Shortcuts

Code Output
<syntaxhighlight>
  • Botland store
  • </syntaxhighlight>

  • Botland store
  • Syntax highligher

    Current syntax highligher integration: Syntax highligher

    Highligher: highlight.js

    Sample code

    <syntaxhighlight> # The Greeter class class Greeter def initialize(name) @name = name.capitalize end def salute puts "Hello #{@name}!" end end g = Greeter.new("world") g.salute </syntaxhighlight>

    will result to

    <syntaxhighlight>

    1. The Greeter class

    class Greeter

     def initialize(name)
       @name = name.capitalize
     end
    
     def salute
       puts "Hello #{@name}!"
     end
    

    end

    g = Greeter.new("world") g.salute </syntaxhighlight>

    Tools

    Tool Description Link
    Image converter XnConvert is a fast, powerful and free cross-platform batch image converter. It allows to automate editing of your photo collections: you can rotate, convert and compress your images, photos and pictures easily, and apply over 80 actions (like resize, crop, color adjustments, filter, ...). All common picture and graphics formats are supported (JPEG, TIFF, PNG, GIF, WebP, PSD, JPEG2000, JPEG-XL, OpenEXR, camera RAW, HEIC, PDF, DNG, CR2). You can save and re-use your presets for another batch image conversion. XnConvert

    Image converter

    xnview