ewiki

Image WikiMarkup

Usually one writes image references using square brackets around the
url of an image: http://www.example.com/pics/image.png or:
internal://md5md5md5md5md5md5md5md5md5md5md5md5.png

This will include (inline) the image into the page, when rendered
and viewed.  Using the standard square bracket link entitling syntax
also image references can be named (non-graphics / alternative
text):
This is an example image
or entitle it using double quotes

Images can also be "aligned" to either side of the screen, thus the
remaining text will flow around it. To achieve this include spaces
to the left or the right of the image URL:

* picture to the LEFT:   http://www.example.com/pics/image.png
* picture to the RIGHT:  http://www.example.com/pics/image.png
* CENTRED picture:     http://www.example.com/pics/image.png

Note that you must use two spaces, currently!

Image rescaling is possible by appending x=... and y=... as query
string parameters behind the image URL:
  http://www.example.com/pics/image.png?x=160&y=120
The query string parameters "width" and "height" are also accepted.

If you have an image URL, but you do not want to get that image
inlined into the current page, then just leave out the square
brackets around.
prev << "Images Caching"
next >> "binary_store, direct access"


You cannot modify the README file, but anyhow any ideas or suggestion should as usually get filed on BugReports, UserSuggestions or even better the README.Discussion.