Hi!

There seems to have been a devolution back to the pre-6:6.2.4.5-0.6 state. 
The -r part of the bug seems to be back, since the following does not give a 
proper landscape page:

a2ps -1 -r -o foo.ps foo.png

The original png image has dimensions 800x600 (XxY), so what I'd expect the 
above command to do is align the 800 pixel -side of the image with the 297 mm 
side of the ISO-A4 (system default) page, but it does not: it ends up short 
side aligned with long side. 

The exact same result is obtained with

a2ps -1 -o foo.ps foo.png

which is quite against expectations (again).

The -gravity Center still produces negative BBox values:

~> convert -gravity Center -page A4 foo.png foo.ps;grep Box foo.ps
%%BoundingBox: -102 121 325 442
%%HiResBoundingBox: -103 121 325.401 442
%%PageBoundingBox: -103 121 325 442

Also, there still seems to be no way of producing a PS file with 

%%Orientation: Landscape

While this is not important, it would be nice not to be forced to manually 
select the correct orientation from gv. 

All the results were checked with gv, forcing the page to A4 (instead of BB). 

-Juha

-- 
                 -----------------------------------------------
                | Juha Jäykkä, [EMAIL PROTECTED]                        |
                | home: http://www.utu.fi/~juolja/              |
                 -----------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to