Comment 12 for bug 1913656

Revision history for this message
William Wilson (jawn-smith) wrote :

---------------------------- Test Case 3 verification --------------------
ubuntu@focalvm:~$ apt-cache policy ghostscript
ghostscript:
  Installed: 9.50~dfsg-5ubuntu4.4
  Candidate: 9.50~dfsg-5ubuntu4.4
  Version table:
 *** 9.50~dfsg-5ubuntu4.4 500
        500 http://us.archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     9.50~dfsg-5ubuntu4.3 500
        500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     9.50~dfsg-5ubuntu4 500
        500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
ubuntu@focalvm:~$ gs waterfal.ps
GPL Ghostscript 9.50 (2019-10-15)
Copyright (C) 2019 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Creating waterfall printout at 4000 DPI.
Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusMonoPS-Regular... 4308816 2840291 2772400 1477426 2 done.
/Courier 6 7 8 9 10 11 12 14 16
/HelveticaLoading NimbusSans-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusSans-Regular... 4395128 3041706 2792600 1499350 3 done.
 6 7 8 9 10 11 12 14 16
%%BoundingBox: 28 18 282 764
%%HiResBoundingBox: 28.547999 18.251999 281.375991 763.055977
>>showpage, press <return> to continue<<

GS>quit
ubuntu@focalvm:~$ echo $?
0
ubuntu@focalvm:~$ gs -r300x300 -sPAPERSIZE=letter -sOUTPUTFILE=waterfal.jpg -dNOPAUSE -dBATCH waterfal.ps
GPL Ghostscript 9.50 (2019-10-15)
Copyright (C) 2019 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Creating waterfall printout at 300 DPI.
Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusMonoPS-Regular... 4329016 2846189 1581112 279688 2 done.
/Courier 6 7 8 9 10 11 12 14 16
/HelveticaLoading NimbusSans-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusSans-Regular... 4395128 3044172 1601312 301839 3 done.
 6 7 8 9 10 11 12 14 16
%%BoundingBox: 22 18 282 763
%%HiResBoundingBox: 22.080001 18.240001 281.520011 762.960029
ubuntu@focalvm:~$ echo $?
0
ubuntu@focalvm:~$ gs -r300x300 -sPAPERSIZE=letter -sOUTPUTFILE=waterfal.jpg -dNOPAUSE -dBATCH -- waterfal.ps
GPL Ghostscript 9.50 (2019-10-15)
Copyright (C) 2019 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Creating waterfall printout at 300 DPI.
Loading NimbusMonoPS-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusMonoPS-Regular... 4329016 2848173 1581112 279944 2 done.
/Courier 6 7 8 9 10 11 12 14 16
/HelveticaLoading NimbusSans-Regular font from /usr/share/ghostscript/9.50/Resource/Font/NimbusSans-Regular... 4395128 3046156 1601312 302095 3 done.
 6 7 8 9 10 11 12 14 16
%%BoundingBox: 22 18 282 763
%%HiResBoundingBox: 22.080001 18.240001 281.520011 762.960029
ubuntu@focalvm:~$ echo $?
0
ubuntu@focalvm:~$