[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Need help getting a bmp logo to print out properly



I would like to add to my earlier email.

I just went through the SQR Users library and found some great information.
Apparently:

1)  the -printer:wp flag is required to print BMP files on HP printers
(using SQR v3.0.18.1.1)
2) or I can use use the -printer:hp flag but would need to convert the BMP
file to HPGL/2 format beforehand.

My questions:
1) is the above information totally correct?
2) how can I convert my BMP file into HPGL/2?
3) has anyone else printed logos using PeopleSoft, Win95 and HP printers?

Thanks for your help.
-Ignacio




 (Embedded
 image moved   Ignacio Lulli <Ignacio_Lulli @ PEOPLESOFT.COM>
 to file:      04/06/98 02:14 PM
 PIC02646.PCX)




Please respond to SQR-USERS@USA.NET

To:   Multiple recipients of list SQR-USERS <SQR-USERS @ list.iex.net>
cc:    (bcc: Ignacio Lulli)
Subject:  Need help getting a bmp logo to print out properly




Hi everyone,
I am trying to print a logo on an HP printer, but I only get a shaded box
where the logo would go.  Any ideas??
I have listed some code below. Thanks.
-Ignacio

[some code...]
#include 'setenv.sqc'
#include 'setup02.sqc'
#include 'poylaser.sqc'
[some code...]
!----------------------------------------
begin-setup
  declare printer ! Declare printer characteristics.
  type={Laser} ! Types are POSTSCRIPT, HPLASERJET,
  left-margin=.25  top-margin=.25     ! or LINEPRINTER
  font=4 ! Font number.
! font-style=fixed
  ! symbol-set=0U
  lines-inch=6 ! 6lines per inch
  point-size=8
  char-size=7.2
  orientation=portrait ! Or Landscape.
end-setup
!----------------------------------------
Begin-Heading 8
[some code...]
   graphic () font 4 8
   !USM/JIL - 4/1/98 added USMINT logo to header
   print-image (2,35)
      type       = bmp-file
      source     = 'M:\psoft\fs700dv1\sqr\USMint.bmp'
      image-size = (10,5)
End-Heading

!----------------------------------------
begin-report
[some code...]
end-report


Attachment: PIC02646.PCX
Description: Binary data