Class: Tankobon::KindleDXConverter
Instance Method Summary
collapse
Methods inherited from Converter
#convert, #initialize, #rotation, #size, #to_proc, #will_rotate?
Instance Method Details
#colorspace ⇒ Object
51
|
# File 'lib/tankobon/converter.rb', line 51
def colorspace; "Gray"; end
|
50
|
# File 'lib/tankobon/converter.rb', line 50
def format; "jpg"; end
|
#height ⇒ Object
49
|
# File 'lib/tankobon/converter.rb', line 49
def height; 1200; end
|
#width ⇒ Object
48
|
# File 'lib/tankobon/converter.rb', line 48
def width; 824; end
|