Quote:
Originally Posted by brookman
You mean 1024x768? Now you could choose that in the configuration.
I know, the selection criterion for rotation is somewhat stupid (rotate if width>height).
|
The plugin uses the same criteria, so it probably isn't stupid, it is making the best use of the screen space available.
Quote:
Originally Posted by brookman
What do you mean with "baseline"? JPG can now be chosen in the config.
|
There are two types of JPEG. Baseline and Progressive. Progressive is the style used for images aimed at the web, so a rough version of the image can be displayed before the whole file is downloaded. The problem is that it has a huge perf hit on the iRex using GDK (on the order of 5x longer to load a progressive JPEG versus baseline). There should be some options to control it in the API you are using to get the image output, I think. And for CBZ files, there is no real reason to allow progressive JPEGs in the first place (since you already have the whole file on disk).