How-to: Difference between revisions

From B-Wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
! Output
! Output
|-
|-
| <syntaxhighlight>
| <syntaxhighlight lang="html">
{{Shortcut|botland.png|botland.com.pl|Botland store}}
{{Shortcut|botland.png|https://botland.com.pl|Botland store}}
</syntaxhighlight>
</syntaxhighlight>
|
|
{{Shortcut|botland.png|botland.com.pl|Botland store}}
{{Shortcut|botland.png|https://botland.com.pl|Botland store}}
|}
|}


Line 67: Line 67:
! Tool
! Tool
! Description
! Description
! Link
|-
|-
| {{Shortcut|XnConvert.png|https://www.xnview.com/en/xnconvert/#downloads|Image Converter}}
| {{Shortcut|XnConvert.png|https://www.xnview.com/en/xnconvert/#downloads|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 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 ==
[https://www.xnview.com/en/xnconvert/#downloads xnview]

Latest revision as of 13:29, 1 December 2021

Templates

Shortcuts

Code Output
<syntaxhighlight lang="html">
  • 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
  • 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.