URL pad is a link fetcher and saver. It is used to store your links as you copy them and to retrieve them in the future.
arocketman on revert-11-zip_fileio
arocketman on revert-12-revert-11-zip_fileio
arocketman on master
Update README.md (compare)
arocketman on v1.0
arocketman on master
Issue #6 (compare)
arocketman on master
Issue #15 Merge branch 'master' of https:… (compare)
arocketman on master
ZIP IO unit test added Merge pull request #17 from mca… (compare)
arocketman on master
Added constant for 'urlpadimage… (compare)
arocketman on master
Missed a File.separator in prev… (compare)
arocketman on master
Fixed paths issues and some zip… (compare)
BufferedImage renderedImage = SwingFXUtils.fromFXImage(snapshot, null);
//Some math to get a little better thumbnail. Starting x is at 1/4 of the totale page. Goes for a width of half of the screen size to attempt and get the 'core' of the content.
renderedImage = renderedImage.getSubimage((int)(screenSize.getWidth() /4),0,(int)( screenSize.getWidth() / 2 ),(int) screenSize.getHeight() / 2);
saveImage(padPath, fileName, renderedImage);