Difference between revisions of "CoderMerlin Courier 2020.12.15"

From Coder Merlin
Line 27: Line 27:
[[File:Mona Lisa headcrop.jpg|thumb|left|link=]]
[[File:Mona Lisa headcrop.jpg|thumb|left|link=]]
Use ImageMagick® to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.  You can read more about ImageMagick [https://github.com/ImageMagick/ImageMagick here].
Use ImageMagick® to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.  You can read more about ImageMagick [https://github.com/ImageMagick/ImageMagick here].
For a very simple example, you can try the following in your www directory:
{{ConsoleLines|
{{Cyan|jane-williams@codermerlin:~/www$}} convert -background cyan -gravity Center -font Utopia-Italic -weight 500 -pointsize 100 caption:"CoderMerlin" codermerlin.png
<br />
{{Cyan|jane-williams@codermerlin:~/www$}} chmod a+r codermerlin.png
}}
Then, browse to your www directory and load '''codermerlin.png'''
<br clear='all' />
<br clear='all' />

Revision as of 21:48, 20 December 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
   British Herald.png
ExercisesIcon.png
CoderMerlin™ News - 15 December, 2020

Current Contests[edit]

Essay Writing Contest[edit]

Why is the primary role of technology to improve humanity? You can read more about the essay and prize: here.

Newly Installed and Updated Services[edit]

Swift Update[edit]

Swift-og.png

Swift 5.3.2 is now available! You can read more about the update here.

Octave Available[edit]

Octave Sombrero.svg

GNU Octave is now available! Octave is a Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools. You can read more about Octave here.

Vapor Toolbox Available[edit]

Vapor.png

The Vapor Toolbox is now available! The Vapor Toolbox simplifies common command line tasks when using Vapor. You can read more about Vapor here.

ImageMagick Available[edit]

Mona Lisa headcrop.jpg

Use ImageMagick® to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. You can read more about ImageMagick here.

For a very simple example, you can try the following in your www directory:

jane-williams@codermerlin:~/www$ convert -background cyan -gravity Center -font Utopia-Italic -weight 500 -pointsize 100 caption:"CoderMerlin" codermerlin.png


jane-williams@codermerlin:~/www$ chmod a+r codermerlin.png

Then, browse to your www directory and load codermerlin.png