summaryrefslogtreecommitdiffstats
path: root/gui/devices/1920x1200/res/images/cursor.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimize and reduce size of PNG filesJames Christopher Adduono2016-08-041-0/+0
| | | | | | | | | | | | Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
* Implement mouse cursorVojtech Bocek2014-02-071-0/+0
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I66d6db7b3ed9cca50b469d125b36224332e06913