mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
example for Kindle 3 resolution emulator
This commit is contained in:
@@ -61,3 +61,9 @@ The reader.lua script needs a device argument in order to cope with some
|
||||
slight differences between actual readers and the emulation. Run it like
|
||||
this:
|
||||
./reader.lua -d emu /PATH/TO/PDF.pdf
|
||||
|
||||
By default emulation will provide DXG resolution of 824*1200. It can be
|
||||
specified at compile time, this is example for Kindle 3:
|
||||
|
||||
EMULATE_READER_W=600 EMULATE_READER_H=800 EMULATE_READER=1 make kpdfview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user