/[MITgcm]/manual/pstoimg
ViewVC logotype

Diff of /manual/pstoimg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by cnh, Fri Jul 15 13:29:25 2005 UTC revision 1.4 by cnh, Fri Jul 15 13:37:56 2005 UTC
# Line 15  Line 15 
15  ##############################################################################  ##############################################################################
16  #  #
17  # $Log$  # $Log$
18    # Revision 1.4  2005/07/15 13:37:56  cnh
19    # Seems to work on faulks as well now - yeah (I hope).
20    # Only took staying up all night and some 5000+ attempts.
21    # Not sure why nobody fixed this before :-)!
22    # For my next trick ---- protex!!!
23    #
24  # Revision 1.3  2005/07/15 13:29:25  cnh  # Revision 1.3  2005/07/15 13:29:25  cnh
25  # Tidying paths to make it work elsewhere - maybe?  # Tidying paths to make it work elsewhere - maybe?
26  #  #
# Line 277  my @IMAGE_TYPES = qw(png gif); Line 283  my @IMAGE_TYPES = qw(png gif);
283  my $PNMCROP = '/usr/bin/pnmcrop -verbose ';  my $PNMCROP = '/usr/bin/pnmcrop -verbose ';
284  my $PNMCROPOPT = '';  my $PNMCROPOPT = '';
285  $PNMCROPOPT = '-sides';  $PNMCROPOPT = '-sides';
 # $PNMCROPOPT = '-white';  
 # $PNMCROPOPT = '-black';  
286  my $PPMQUANT = '/usr/bin/ppmquant';  my $PPMQUANT = '/usr/bin/ppmquant';
287  my $PNMFLIP = '/usr/bin/pnmflip';  my $PNMFLIP = '/usr/bin/pnmflip';
288  my $PNMCAT = '/usr/bin/pnmcat';  my $PNMCAT = '/usr/bin/pnmcat';

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22