Using command line changes attributes

2012-03-03 Thread shiraz hashim
Hi, While exporting a dia diagram from gui to png and converting it from command line are giving different results. On exporting a diagram from gui, I can see $ identify -verbose ex.png | egrep -i "resol|geom|pri" Geometry: 306x346+0+0 Resolution: 72x72 Print size: 4.25x4.80556 Page geom

png exported from command line has low density

2012-03-03 Thread shiraz hashim
Hi, When I use dia gui to export a diagram in png (pixbuf) format, I get following $ identify -verbose ex.png | egrep -i "resol|geom|pri" Geometry: 306x346+0+0 Resolution: 72x72 Print size: 4.25x4.80556 but when I export the same diagram from command line, as following $ dia -t png -e ex.

Re: png exported from command line has low density

2012-03-03 Thread W. Martin Borgert
On 2012-03-03 19:43, shiraz hashim wrote: > Why the Resolution (density) is low using command line ? I don't know. But in any case you can specify the width using e.g. "-s 306" or width and height "-s 306x346". ___ dia-list mailing list dia-list@gnome.o

Re: png exported from command line has low density

2012-03-03 Thread shiraz hashim
Hi Martin, On Sat, Mar 3, 2012 at 9:57 PM, W. Martin Borgert wrote: > On 2012-03-03 19:43, shiraz hashim wrote: >> Why the Resolution (density) is low  using command line ? > > I don't know. But in any case you can specify the width > using e.g. "-s 306" or width and height "-s 306x346". Do you