Thread: Some new tools
View Single Post
Old 01-06-2025, 02:35 AM   #25
chrisridd
Guru
chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.
 
chrisridd's Avatar
 
Posts: 977
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
Quote:
Originally Posted by ZackMuc View Post
Can the Book Setting Icon or the Rotate Icon also be changed. Where to find the original Icons. Is the source code for the Color 3 available?
Yes, it looks like these are all present in the Line.pbt that PocketBook ships.

I would suggest:
  1. listing the resources in Line.pbt (use rpbres or similar)
  2. looking for interesting resource names (use grep?)
  3. extract those resources (use rpbres)
  4. convert the resources into images (use res2image)
  5. edit the images to your taste
  6. convert them back to the right kind of Windows BMP files
  7. copy them into the correct location on your PocketBook.

PocketBook software is not open source, so there's no source code available. I don't think you need it for your task.

rpbres and res2image are both from my GitHub repo. There's a note in this thread on how to create the right kind of Windows BMP file too.
chrisridd is offline   Reply With Quote