Re: HP Laserjet 1200 on USB

From: Don Lewis (truckman_at_FreeBSD.org)
Date: 09/20/03

  • Next message: ian j hart: "Re: HP Laserjet 1200 on USB"
    Date: Sat, 20 Sep 2003 11:12:41 -0700 (PDT)
    To: kirk@strauser.com
    
    

    On 20 Sep, Kirk Strauser wrote:
    > At 2003-09-20T14:51:19Z, ian j hart <ianjhart@ntlworld.com> writes:

    >> What's your data? One 20Mb graphic is different to a 20Mb "text" document.
    >
    > 20MB graphics. Here's what I was doing that really brought this to light:
    >
    > 1) Created a 30" x 24" 300DPI canvas in The GIMP.
    > 2) Generated some really large text.
    > 3) Used the "Resize canvas" to slice the image into 8" x 10" pages and
    > printed them individually.
    >
    > The page files were the 20MB files that I was referring to. Although they
    > were graphic, I think they were basically bitmaps that wouldn't require too
    > much computation.

    Are the Postscript files being sent to the printer still 300 DPI after
    all the manipulation? When I use xsane in "Copy" mode, the resulting
    Postscript files end up with an odd resolution which is painfully slow
    to print on my Ethernet-connected HP LaserJet 4000 which has to resample
    the bitmap to convert it to device resolution.

    It might also speed things up if you can convert the data to monochrome
    from either grayscale or RGB. I didn't see any obvious ways to do this
    when printing from GIMP, but you could save the file in some format
    compatible with netpbm, and use that to do the conversion. At that
    point converting the data to HP LaserJet format before printing becomes
    a possibility, which is likely to be a faster way to print bitmap data
    than printing PostScript.

    This doesn't solve you USB problem, though.
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: ian j hart: "Re: HP Laserjet 1200 on USB"

    Relevant Pages

    • Re: Printing problems
      ... Printing process is on background and I can use my program normally during this 2 minutes. ... Is there some way to send graphics to printer before that command and then simulate Enddoc-command with this PrintDocument1.Print command? ... Oh, and creating a bitmap or textfile during these 2 minutes is not suitable, because text should be printed as text and lines as lines, not as bitmap. ...
      (microsoft.public.dotnet.languages.vb)
    • RE: Problems printing in Word 2000
      ... Problems printing in Word 2000 ... click the article number below to view the article in the Microsoft ... Page Number in Footer Is Cut Off or Missing ... Graphics, Objects, and Pictures ...
      (microsoft.public.office.misc)
    • Re: Office 2001 --> office 2004
      ... "placeable header", usually a low-resolution bitmap. ... resolution, ...  the issues in graphics between 2001 and 2004 were never ... McGhie Information Engineering Pty Ltdhttp://jgmcghie.fastmail.com.au/ ...
      (microsoft.public.mac.office.word)
    • Re: Invisible Downloaded Pictures Rx
      ... Bitmap' from the document where it was just pasted, ... The issue with a graphics card acceleration, ... Invisible Downloaded Pictures post from Sept. 20th 5:24 PM ...
      (microsoft.public.word.drawing.graphics)
    • The story: Painting bitmap to screen is slow
      ... I've done a lot graphics programming by now and the thing that bothers me with GDI+ in .NET framework the most is slow drawing of bitmaps to screen. ... In Win32, there were two types of bitmaps, compatible and memory bitmap. ...
      (microsoft.public.dotnet.framework.drawing)