/usr/share/doc/imagetooth/README.markdown is in imagetooth 2.0.1-1.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ImageTooth 2.0.0
================
ImageTooth is a library that provides programmers and users a simple way to generate images for odontograms. IT allows to choose between png or jpg images.
What Does ImageTooth Do?
------------------------
### Tooth image generation.
Together with the library there is a simple script that allows you to create the teeth images directly.
A simple interface for painting teeth faces.
All permutations generating.
Example:
-------
First, you need to install the gem:
gem install imagetooth
Then, you can run the imagetooth command, like this:
imagetooth --image wwwww.png --folder ./
This code generates an image where the filename's characters means:
* w - White
* g - Green
* b - Blue
* n - Black
* r - Red
and are ordered, begining on the upper face of the the tooth and moving clockwise ending on the center face.
[top][right][bottom][left][center].png
![wwwww.png](https://github.com/gramos/imagetooth/blob/master/images/wwwww.png?raw=true)
More examples
-------------
Generate a tooth with its top face painted with red:![wwwww.png](https://github.com/gramos/imagetooth/blob/master/images/rwwww.png?raw=true)
imagetooth --image rwwww.png --folder ./
Generate a tooth with its top face painted red and center one green:![wwwww.png](https://github.com/gramos/imagetooth/blob/master/images/rwwwg.png?raw=true)
imagetooth --image rwwwg.png --folder ./
Generate a tooth with top face painted red, left one black and center one green:![wwwww.png](https://github.com/gramos/imagetooth/blob/master/images/rwwng.png?raw=true)
imagetooth --image rwwng.png --folder ./
All permutations with 5 faces and 5 colors (3125)
imagetooth --all --folder images/
this code generates 3125 images that are separated within five folders images/w/ images/g/ images/b/ images/r/ images/n/
|