View Single Post
Old 08-07-2016, 06:59 AM   #10
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
Success!
Got what I wanted..

Steps:
  1. Install screensavers hack, if not already installed.
  2. In Eboard Chess settings, untick the "Show Coordinates" option.
  3. Play through a game, or set up a position using the scratch board option.
  4. Touch opposite corners to capture the screen image. This will be saved in /mnt/us as "screenshot_2016..png".
  5. Make some more positions and screenshot them, as required.
  6. Create /mnt/us/images folder, if it doesn't exist already.
  7. Open kindle explorer and rename the screenshots to something more convenient, as required.
  8. Open kterm. Navigate to folder /mnt/us(this can be done directly in kindle explorer by touching the kterm icon).
  9. Run command
    Code:
    for n in *.png; do /mnt/us/linkss/bin/convert $n -crop 617x617+2+39 /mnt/us/images/$n; done
    This crops the screenshots and saves them under the same names in the /mnt/us/images folder. Note that the crop parameters are for a 212 ppi PW1. For 167ppi and 300ppi resolution kindles, the crop sizes and offsets will be different.
Sample before/after images attached.

Thanks to all for help!
Attached Thumbnails
Click image for larger version

Name:	RuyLopez-full.png
Views:	229
Size:	40.9 KB
ID:	150732   Click image for larger version

Name:	RuyLopez-cropped.png
Views:	222
Size:	18.9 KB
ID:	150733  

Last edited by nasser; 08-07-2016 at 09:12 AM.
nasser is offline   Reply With Quote