Date |
Explanation |
||||
(7-8)/2/17 |
Some drawing are attempted. Screenshots are
here. Crashed many times.
|
Date |
Explanation |
(7-8)/2/17 - 11/8/13 |
Tried to learn. Looked intuitive. But later when tried to draw a sketch for Vinyl Cutting the job looked a little difficult. ![]() |
Date |
Explanation |
(7-8)/2/17 - 15/2/17 |
One of the tools which I have feel as suits
me, as here more coding is involved.![]() |
19/2/17 |
To capture the window ------------------------------------- import screen1.ps import -page A4 -gravity center ps:screen2.ps import -page A4 -gravity center jpg:screen3 import -page A4 -gravity center scree4.png |
File compression ---------------------------- FILES=*.jpg for f in $FILES do convert $f -resize \>500 temp/$f done |
20/2/17 |
Used to crop the images Useful to remove unwanted boundary side objects of lab photos |