Class: Tankobon::KindleDXConverter

Inherits:
Converter
  • Object
show all
Defined in:
lib/tankobon/converter.rb

Instance Method Summary collapse

Methods inherited from Converter

#convert, #initialize, #rotation, #size, #to_proc, #will_rotate?

Constructor Details

This class inherits a constructor from Tankobon::Converter

Instance Method Details

#colorspaceObject



51
# File 'lib/tankobon/converter.rb', line 51

def colorspace; "Gray"; end

#formatObject



50
# File 'lib/tankobon/converter.rb', line 50

def format; "jpg"; end

#heightObject



49
# File 'lib/tankobon/converter.rb', line 49

def height; 1200; end

#widthObject



48
# File 'lib/tankobon/converter.rb', line 48

def width; 824; end