/usr/share/gnudatalanguage/coyote/cgps_close.pro is in gdl-coyote 2016.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 | ; docformat = 'rst'
;
; NAME:
; cgPS_Close
;
; PURPOSE:
; The purpose of cgPS_Open and cgPS_Close is to make it easy to set-up
; and close a PostScript file. These programs are used extensively
; in all Coyote Graphics routines.
;******************************************************************************************;
; ;
; Copyright (c) 2011, by Fanning Software Consulting, Inc. All rights reserved. ;
; ;
; Redistribution and use in source and binary forms, with or without ;
; modification, are permitted provided that the following conditions are met: ;
; ;
; * Redistributions of source code must retain the above copyright ;
; notice, this list of conditions and the following disclaimer. ;
; * Redistributions in binary form must reproduce the above copyright ;
; notice, this list of conditions and the following disclaimer in the ;
; documentation and/or other materials provided with the distribution. ;
; * Neither the name of Fanning Software Consulting, Inc. nor the names of its ;
; contributors may be used to endorse or promote products derived from this ;
; software without specific prior written permission. ;
; ;
; THIS SOFTWARE IS PROVIDED BY FANNING SOFTWARE CONSULTING, INC. ''AS IS'' AND ANY ;
; EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ;
; OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT ;
; SHALL FANNING SOFTWARE CONSULTING, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, ;
; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED ;
; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; ;
; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ;
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ;
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ;
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ;
;******************************************************************************************;
;
;+
; The purpose of `cgPS_Open` and cgPS_Close is to make it easy to set-up
; and close a PostScript file. These programs are used extensively
; in all Coyote Graphics routines.
;
; If `ImageMagick <http://www.imagemagick.org/script/index.php>` is installed
; on your computer, you can easily convert PostScript output to GIF, JPEG, PNG, and TIFF
; raster output. If `Ghostscript <http://www.ghostscript.com/download/>` is installed
; you can convert PostScript output to PDF files. See the appropriate keywords below.
;
; When cgPS_Open is called, the current graphics device is set to "PS" (the PostScript
; device). When cgPS_Close is called the current graphics device is returned to the device
; in effect when cgPS_Open was called.
; :Categories:
; Utilities, Graphics
;
; :Keywords:
; allow_transparent: in, optional, type=boolean, default=0
; To make the background of some image files white, rather than transparent,
; you have to set the "-alpha off" string in the ImageMagick call. This
; string is automatically added to the ImageMagick call unless this keyword
; is set, in which case the string is not added and the image background will
; be transparent.
; bmp: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a BMP image. Requires ImageMagick.
; delete_ps: in, optional, type=boolean, default=0
; Setting this keyword will delete the PostScript file that is used as the intermediate
; file in the conversion to other file types.
; density: in, optional, type=integer, default=300
; The horizontal and vertical density (in dots per inch, DPI) of the image when the PostScript file
; is converted to a raster format by ImageMagick.
; filetype: in, optional, type='string', default=""
; This keyword provides a generic way of setting the `BMP`, `GIF`, `JPEG`, `PNG`, and `TIFF`
; keywords. Set this keyword to the type of file output desired, and the correct "output"
; keyword will be set.
; gif: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a GIF image. Requires ImageMagick.
; gs_path: in, optional, type=string
; This program assumes that UNIX users can access Ghostscript with the "gs"
; command. It assumes WINDOWS users have installed Ghostscript in either
; the C:\gs or C:\Program Files\gs directories. If either of these assumptions
; is incorrect, you can specify the directory where the Ghostscript executable
; resides with this keyword. (The Windows 32-bit executable is named gswin32c.exe
; and the 64-bit executable is named gswin64c.exe.) Passed directly to cgPS2PDF.
; height: in, optional, type=integer
; Set the keyword to the final pixel hight of the output raster image. Applies
; only to raster image file output (e.g., JPEG, PNG, TIFF, etc.). The width of
; the image is chosen to preserve the image aspect ratio. Cannot use with the `Width` keyword.
; im_options: in, optional, type=string, default=""
; A string of ImageMagick "convert" options that can be passed to the ImageMagick convert
; command. No error checking occurs with this string.
; jpeg: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a JPEG image. Requires ImageMagick.
; nofix: in, optional, type=boolean, default=0
; If this keyword is set, then the cgFixPS program to fix IDL landscape
; PostScript files is not called.
; nomessage: in, optional, type=boolean, default=0
; If this keyword is set, then no error messages are issued. The keyword is used primarily
; to allow cgPS_Close to reset the internal structure without a lot of ruckus.
; outfilename: out, optional, type=string
; The name of the output filename created by the program.
; pdf: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a PDF file. Requires Ghostscript.
; png: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a PNG image. Requires ImageMagick.
; Normally, 24-bit PNG files are created. However, if the IM_PNG8 keyword is set with
; cgWindow_SetDefs, then cgPS_Close will create an 8-bit PNG file instead.
; resize: in, optional, type=integer, default=25
; If an image is being created from the PostScript file, it is often resized by some
; amount. You can use this keyword to change the value (e.g, RESIZE=100).
; The value is passed on to resize argument as a percentage in the ImageMagick call.
; showcmd: in, optional, type=boolean, default=0
; Set this command to show the command used to do any PostScript coversions.
; tiff: in, optional, type=boolean, default=0
; Set this keyword to convert the PostScript output file to a TIFF image. Requires ImageMagick.
; unix_convert_cmd: in, optional, type=string
; There are a number of commands on UNIX machines for converting PostScript files
; to PDF files. This program assumes you are using Ghostscript to do the conversion
; for you. The Ghostscript command on most UNIX machines is "gs", which is used if
; this keyword is undefined. However, if you would prefer to use another program to do
; the conversion for you, you can specify the name of the command here. For example,
; "pstopdf" or "epstopdf". In creating the actual command, this command will be
; separated by a space from the input file name. In other words, if the alternative
; conversion command was "pstopdf", the actual command would be "pstopdf" + " " + ps_file.
; Any output filename is ignored. This command does not apply to Macintosh or Windows
; computers. Passed directly to cgPS2PDF.
; width: in, optional, type=integer
; Set the keyword to the final pixel width of the output raster image. Applies
; only to raster image file output (e.g., JPEG, PNG, TIFF, etc.). The height of
; the image is chosen to preserve the image aspect ratio. Cannot use with the `Height` keyword.
;
; :Examples:
; To create a line plot in a PostScript file named lineplot.ps and
; also create a PNG file named lineplot.png for display in a browser,
; type these commands::
;
; cgPS_Open, 'lineplot.ps'
; cgPlot, Findgen(11), COLOR='navy', XTITLE='Time', YTITLE='Signal'
; cgPS_Close, /PNG
;
; If you just want the raster file, without a PostScript file, it is simpler to just specify
; the type of file you want with cgPS_Open. Here we create a JPEG file. The intermediate
; PostScript file is deleted once the JPEG file is created::
;
; cgPS_Open, 'lineplot.jpg'
; cgPlot, Findgen(11), COLOR='navy', XTITLE='Time', YTITLE='Signal'
; cgPS_Close
;
; An example using the UNIX epstopdf command instead of an ImageMagick command to create a PDF file::
;
; cgPS_Open, 'lineplot.eps', /DECOMPOSED
; cgPlot, Findgen(11), COLOR='navy', XTITLE='Time', YTITLE='Signal'
; cgPS_Close, /PDF, UNIX_CONVERT_CMD='epstopdf --autorotate=All'
;
; :Author:
; FANNING SOFTWARE CONSULTING::
; David W. Fanning
; 1645 Sheely Drive
; Fort Collins, CO 80526 USA
; Phone: 970-221-0438
; E-mail: david@idlcoyote.com
; Coyote's Guide to IDL Programming: http://www.idlcoyote.com
;
; :History:
; Change History::
; Written by: David W. Fanning, 20 May 2008.
; Slight modification to allow filenames with spaces in them.
; Added NoMatch keyword. 17 March 2009. DWF.
; Added a number of keywords to make these commands more configurable. 19 March 2009. DWF.
; Only set thickness system variables if starting system variables are set to their
; default values (namely, 0). This allows users to set their own system variables
; before they call PS_START, rather than after. 23 March 2009. DWF.
; Moved PS_END to its own file to allow the IDLExBr_Assistant to work properly. 7 April 2009. DWF.
; Reordered ImageMagick commands to put them in the proper sequence to get "alpha" switch to work. 23 April 2009. DWF.
; Put the switches *ahead* of the PostScript file name. Now resizing works and default size reduction
; returned to 25%. 23 April 2009. DWF.
; Still having a devil of a time getting the ImageMagick "convert" command right. Fonts
; have become a problem. Now trying a "flatten" option in the command. 12 May 2009. DWF.
; If the PostScript file is in Landscape mode, it is now "fixed" with cgFixPS to allow it
; to be displayed right-side up in PostScript viewers. 8 August 2009. DWF.
; Fixed a problem in not checking the GIF keyword properly. 4 December 2009. DWF.
; Added NOFIX keyword to the program. 1 November 2010. DWF.
; Added better handing of errors coming from cgFixPS after update to FIXPS. 15 November 2010. DWF.
; Added DELETE_PS keyword. 16 Jan 2011. DWF.
; Better protection of code from not finding ImageMagick. 17 Jan 2011. DWF.
; Collecting result of SPAWN command. Only printing if QUIET=0. 16 Feb 2011. DWF.
; Changes to handle inability to create raster files from PS encapsulated files in
; landscape mode. Added NOMESSAGE keyword. 26 Aug 2011. DWF.
; Added PDF keyword. Requires Ghostscript to use. 6 Dec 2011. DWF.
; Added SHOWCMD keyword. 9 Dec 2011. DWF.
; Added OUTFILENAME keyword. 11 Dec 2011. DWF.
; Just realized a BMP case is missing from one of the CASE statements. 12 Dec 2011. DWF.
; Added GS_PATH and UNIX_CONVERT_CMD keywords to support PDF output. 14 Dec 2011. DWF.
; Add the WIDTH keyword. 3 April 2012. DWF.
; Added a check for IM_PNG8 keyword, using cgWindow_GetDefs to see if an 8-bit or 24-bit
; PNG file should be created. 3 April 2012. DWF.
; Modified the ImageMagick commands that resizes the image to a particular width. Necessary
; to accommodate PNG8 file output. Using ImageMagick 6.7.2-9. 4 April 2012. DWF.
; Added FILETYPE keyword to provide a generic way of creating raster file output. 30 August 2012. DWF.
; Modified to use the cgPS2Raster program so code doesn't have to be maintained in
; two places. 15 Oct 2012. DWF.
; Added a check for ImageMagick and an informational message for raster operations. 4 Nov 2012. DWF.
; Fixed a problem in which the NOMESSAGE keyword was not getting passed along to cgPS2Raster. 5 Nov 2012. DWF.
; Fixed a problem where I was not passing the PORTRAIT keyword to cgPS2Raster properly. 22 Jan 2013. DWF.
; Modified to restore the input True-Type font for PostScript devices. 22 May 2013. DWF.
; Can now create raster file output directly from the input filename of cgPS_Open. 29 Nov 2013. DWF.
; The program wasn't picking up default values from cgWindow_GetDefs. 22 Jan 2014. DWF.
; Added HEIGHT keyword. 20 Feb 2014. DWF.
; Was not passing the QUIET flag from cgPS_Open on to cgPS2Raster correctly. Fixed. 28 Feb 2014. DWF.
; Modified to call cgPS2PDF directly for PDF output. Required because UNIX_CONVERT_CMD isn't passed
; through cgPS2Raster. 6 March 2014. DWF.
;
; :Copyright:
; Copyright (c) 2008-2014, Fanning Software Consulting, Inc.
;-
PRO cgPS_Close, $
ALLOW_TRANSPARENT=allow_transparent, $
BMP=bmp, $
DELETE_PS=delete_ps, $
DENSITY=density, $
FILETYPE=filetype, $
GIF=gif, $
GS_PATH=gs_path, $
HEIGHT=height, $
IM_OPTIONS=im_options, $
JPEG=jpeg, $
NOFIX=nofix, $
NOMESSAGE=nomessage, $
OUTFILENAME=outfilename, $
PDF=pdf, $
PNG=png, $
RESIZE=resize, $
SHOWCMD=showcmd, $
TIFF=tiff, $
UNIX_CONVERT_CMD=unix_convert_cmd, $
WIDTH=width
COMMON _$FSC_PS_START_, ps_struct
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /CANCEL
; Issue an error message, unless messages are turned off.
IF ~Keyword_Set(nomessage) THEN void = cgErrorMsg()
; Clean up.
IF ps_struct.currentDevice NE "" THEN Set_Plot, ps_struct.currentDevice
ps_struct.setup = 0
ps_struct.currentDevice = ""
ps_struct.filename = ""
ps_struct.convert = ""
ps_struct.rasterFileType = ""
RETURN
ENDIF
; Close the PostScript file, if this is PostScript device.
IF !D.Name EQ 'PS' THEN Device, /CLOSE_FILE
xsize = !D.X_Size
ysize = !D.Y_Size
ps_filename = ps_struct.filename
showcmd = Keyword_Set(showcmd)
; If the file is in landscape mode, then fix it so that the plot
; is right-side up.
IF ps_struct.landscape THEN BEGIN
IF ~Keyword_Set(nofix) THEN BEGIN
cgFixPS, ps_struct.filename, PAGETYPE=ps_struct.pagetype, SUCCESS=success, QUIET=1
IF success EQ 0 THEN Print, 'Encountered problem fixing landscape PostScript file. Proceeding...'
ENDIF
portrait = 0
ENDIF ELSE portrait = 1
; Need to convert the PostScript to a raster file?
needRaster = 0
allow_transparent = Keyword_Set(allow_transparent)
IF N_Elements(filetype) EQ 0 THEN BEGIN
filetype = ps_struct.rasterFileType
IF filetype NE "" THEN delete_ps = 1
ENDIF
CASE StrUpCase(filetype) OF
'BMP': bmp = 1
'GIF': gif = 1
'PDF': pdf = 1
'PNG': png = 1
'JPEG': jpeg = 1
'JPG': jpeg = 1
'TIFF': tiff = 1
'TIF': tiff = 1
"":
ELSE: BEGIN
void = Dialog_Message('File type ' + StrUpCase(filetype) + ' invalid. No raster created.')
needRaster = 0
END
ENDCASE
IF Keyword_Set(bmp) THEN needRaster = 1
IF Keyword_Set(gif) THEN needRaster = 1
IF Keyword_Set(pdf) THEN needRaster = 1
IF Keyword_Set(png) THEN needRaster = 1
IF Keyword_Set(jpeg) THEN needRaster = 1
IF Keyword_Set(tiff) THEN needRaster = 1
IF (N_Elements(width) NE 0) && (N_Elements(height) NE 0) THEN $
Message, 'Cannot specify both HEIGHT and WIDTH at the same time.'
SetDefaultValue, density, 300
SetDefaultValue, resize, 25
IF needRaster THEN BEGIN
IF N_Elements(delete_ps) EQ 0 THEN cgWindow_GetDefs, PS_DELETE=delete_ps
IF Keyword_Set(pdf) THEN BEGIN
IF N_Elements(unix_convert_cmd) EQ 0 THEN BEGIN
IF ~cgHasImageMagick() THEN BEGIN
Print, ''
Print, 'Message from the cgPS_Close Program:'
Print, ' The requested PDF operation cannot be completed unless ImageMagick is installed.'
delete_ps = 0
Print, ' The requested PostScript file has been saved: ' + ps_filename + '.'
Print, ' Please see http://www.idlcoyote.com/graphics_tips/weboutput.php for details'
Print, ' about converting PostScript intermediate files to PDF files via ImageMagick.
void = Dialog_Message('cgPS_Close: ImageMagick must be installed to complete raster operation.')
ENDIF
ENDIF
cgPS2PDF, ps_filename, raster_filename, $
DELETE_PS=delete_ps, $
GS_PATH=gs_path, $
PAGETYPE=ps_struct.pagetype, $
SHOWCMD=showcmd, $
SILENT=silent, $
SUCCESS=success, $
UNIX_CONVERT_CMD=unix_convert_cmd
ENDIF ELSE BEGIN
IF cgHasImageMagick() THEN BEGIN
cgPS2Raster, ps_filename, raster_filename, $
ALLOW_TRANSPARENT=allow_transparent, $
BMP=bmp, $
DELETE_PS=delete_ps, $
DENSITY=density, $
IM_OPTIONS=im_options, $
FILETYPE=filetype, $
GIF=gif, $
JPEG=jpeg, $
HEIGHT=height, $
OUTFILENAME=outfilename, $
PDF=pdf, $
PNG=png, $
PORTRAIT=portrait, $
RESIZE=resize, $
SHOWCMD=showcmd, $
SILENT=ps_struct.quiet, $
SUCCESS=success, $
TIFF=tiff, $
WIDTH=width
ENDIF ELSE BEGIN
Print, ''
Print, 'Message from the cgPS_Close Program:'
Print, ' The requested raster operation cannot be completed unless ImageMagick is installed.'
delete_ps = 0
Print, ' The requested PostScript file has been saved: ' + ps_filename + '.'
Print, ' Please see http://www.idlcoyote.com/graphics_tips/weboutput.php for details'
Print, ' about converting PostScript intermediate files to raster files via ImageMagick.
void = Dialog_Message('cgPS_Close: ImageMagick must be installed to complete raster operation.')
ENDELSE
ENDELSE
ENDIF
; Restore the previous True-Type font state for the PostScript device.
IF !D.Name EQ 'PS' THEN Device, Set_Font=ps_struct.tt_font_old, /TT_Font
; Clean up.
IF ps_struct.currentDevice NE "" THEN Set_Plot, ps_struct.currentDevice
ps_struct.setup = 0
ps_struct.currentDevice = ""
ps_struct.filename = ""
ps_struct.convert = ""
ps_struct.rasterFileType = ""
END ;---------------------------------------------------------------
|