Using command line changes attributes
- From: shiraz hashim <shiraz linux kernel gmail com>
- To: dia-list gnome org
- Subject: Using command line changes attributes
- Date: Sat, 3 Mar 2012 21:00:46 +0530
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 geometry: 306x346+0+0
where as using command line tool, like
$ dia -t png -e ex.png ex.dia
I see,
$ identify -verbose ex.png | egrep -i "resol|geom|pri"
Geometry: 304x344+0+0
Resolution: 20x20
Print size: 15.2x17.2
Page geometry: 304x344+0+0
Why does resolution (pixel density) changes while using command line option.
This is blocking me to use dia run through a repository of dia images from a
Makefile.
--
regards
Shiraz Hashim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]