Information
-
Patent Application
-
20040105124
-
Publication Number
20040105124
-
Date Filed
December 03, 200222 years ago
-
Date Published
June 03, 200420 years ago
-
CPC
-
US Classifications
-
International Classifications
Abstract
System and methods for printing are provided. One such method includes determining a storage capacity available for use as a rasterizer buffer, and implementing a rasterizer buffer having a storage capacity that is responsive to the storage capacity determined to be available for use as a rasterizer buffer.
Description
TECHNICAL FIELD
[0001] The present invention is generally related to printing, and, more particularly, is related to systems and methods for implementing a rasterizer buffer.
DESCRIPTION OF THE RELATED ART
[0002] Preparing a print job to be transmitted to a printer using a system that includes limited memory capacity often involves using a rasterizer buffer that is capable of buffering only a small portion of a print-job page at any given time. Such portion of a print-job page, which encodes a predetermined number of bit-mapped pixel rows, is referred to as a “band.” After each band is created by a rasterizer and then passed on to a spooler, the rasterizer creates another band that is also passed to the spooler, and so on until a print job is completed. Each rasterized band is stored in the rasterizer buffer in place of a preceding band, if any.
[0003] The time and amount of processing required to rasterize a print-job page in this manner is typically much greater than the time and amount of processing required to rasterize an entire print-job page in a single rasterization process (i.e., by buffering a bitmap representation of the entire print-job page in a rasterizer buffer). This is because drawing operations that intersect a plurality of bands are processed (e.g., rendered in memory) a plurality of times during the separate rasterization of the plurality of bands. Although rasterizing an entire print-job page in a single rasterization process may be faster and more efficient, it is not feasible in many limited memory systems because of the large amount of memory that may be necessary to store an entire bit-mapped rendition of the print-job page.
[0004] Therefore, there exists a need for systems and methods that address these and/or other perceived shortcomings of prior printing systems.
BRIEF DESCRIPTION OF THE DRAWINGS
[0005] The invention can be better understood with reference to the following drawings. The components in the drawings are not necessarily to scale, emphasis instead being placed upon clearly illustrating the principles of the invention. Moreover, in the drawings, like reference numerals designate corresponding parts throughout the several views.
[0006]
FIG. 1 depicts a non-limiting example of a printing system featuring a printer that is coupled to a host, according to one embodiment of the present invention.
[0007]
FIG. 2 is a block diagram depicting a non-limiting example of selected components of the host depicted in FIG. 1, according to one embodiment of the invention.
[0008]
FIG. 3 is a block diagram depicting a non-limiting example of selected contents of the memory depicted in FIG. 2, according to one embodiment of the invention.
[0009]
FIG. 4 is a flow chart depicting a method for implementing a rasterizer buffer, according to one embodiment of the invention.
[0010]
FIG. 5 is a flow chart depicting a method for implementing a rasterizer buffer, according to another embodiment of the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0011]
FIG. 1 depicts a non-limiting example of a printing system 100 comprising a host 103 and a printer 101. The host 103 may be a special purpose computer (e.g., a television set-top terminal) or a general purpose computer, such as, for example, a personal computer (PC; IBM-compatible, Apple-compatible, or otherwise), a workstation, a minicomputer, or a mainframe computer. The printer 101 may be any device that is capable of printing content received from the host 103, including, for example, among others, a laser printer, an ink-jet printer, an impact printer, a solid-ink printer, or a multifunction device that provides other functionality (e.g., scanning, faxing, and/or copying) in addition to printing. The host 103 may be coupled to the printer 101 via a wired or wireless connection. Furthermore, although the host 103 is shown to be directly coupled to the printer 101, the host 103 and the printer 101 may alternatively be coupled via a network (not shown), such as, for example, a local area network (LAN).
[0012]
FIG. 2 is a block diagram depicting a non-limiting example of a host 103 that can be used to print via the printer 101. The host 103 is preferably an embedded system, such as, for example, a television set-top terminal that is coupled to a television set and to a headend (not shown). Such a set-top terminal may be a stand-alone unit or may be integrated into another device (e.g., a television), and may include the hardware and software necessary for providing television services and/or other functionality.
[0013] Generally, in terms of hardware architecture, as shown in FIG. 2, the components of the host 103 include a processor 202, memory 204, and input/output (I/O) interfaces 206. These components (202, 204, and 206) may be communicatively coupled via a local interface 210, or may be part of an application specific integrated circuit (ASIC). The local interface 210 can be, for example but not limited to, one or more buses or other wired or wireless connections. The local interface 210 may have additional elements, which are omitted for simplicity, such as controllers, buffers (caches), drivers, repeaters, and receivers, to enable communications.
[0014] The processor 202 is a hardware device for executing software, particularly that stored in memory 204. The processor 202 can be any custom made or commercially available processor, a central processing unit (CPU), an auxiliary processor among several processors associated with the host 103, a semiconductor based microprocessor (in the form of a microchip or chip set), or generally any device for executing software instructions. When the host 103 is in operation, the processor 202 is configured to execute software stored within the memory 204, to communicate data to and from the memory 204, and to generally control operations of the host 103 pursuant to the software.
[0015] The I/O interfaces 206 may be used to communicate with one or more peripheral devices including, for example, the printer 101 (FIG. 1). The I/O interfaces 206 may include, for example, a serial port, a parallel port, a Small Computer System Interface (SCSI), an IR interface, an RF interface, and/or a universal serial bus (USB) interface.
[0016] The memory 204 can include any one or combination of volatile memory elements (e.g., random access memory (RAM), dynamic RAM (DRAM), static RAM (SRAM), and/or synchronous DRAM (SDRAM), etc.) and nonvolatile memory elements (e.g., read only memory (ROM), hard drive, tape, compact disk ROM (CD-ROM), etc.). Moreover, the memory 204 may incorporate electronic, magnetic, optical, and/or other types of storage media. Note that the memory 204 can have a distributed architecture, where various components are situated remote from one another, but can be accessed by the processor 202.
[0017]
FIG. 3 is a block diagram depicting a non-limiting example of selected contents stored in memory 204 according to one embodiment of the invention. The software applications in memory 204 include an operating system (OS) 321, a print manager 322, a rasterizer 323, and a printer driver 327. The OS 321 essentially controls the execution of the other applications, and provides scheduling, input-output control, file and data management, memory management, and/or communication control, among other functionality.
[0018] The print manager 322 works with the rasterizer 323 and the printer driver 327 to enable the printing of a print job. The rasterizer 323 is a module that converts text and/or images (e.g., vector drawings) into bitmaps suitably formatted for printing. The rasterizer 323 may even scale existing bitmaps into different-sized bitmaps. For example, the rasterizer 323 may scale a bitmap having a first resolution (e.g., 640*480) into a bitmap having a second resolution (e.g., 2000*1500).
[0019] In a preferred embodiment, among others, the rasterizer 323 includes the sub-modules virtual-grafport 341 and rasterizer buffer 326. The rasterizer 323 converts drawing operations contained in the virtual-grafport 341 into bitmap data that are stored in the rasterizer buffer 326. This bitmap data is then converted into RGB data that are scaled to match the output resolution of the printer 101.
[0020] The virtual-grafport 341 captures drawing operations and stores them in such a way (e.g., descriptively) that enables the operations to be scaled and reproduced. A non-limiting example of a descriptive drawing operation that may be stored in a virtual-grafport 341 is as follows: “draw a circle at coordinates 150, 150 with a radius of 150.” Storing drawing operations descriptively allows the rasterizer 323 to produce high quality output at the required printing resolution without requiring a bitmap image that occupies excessive memory resources.
[0021] The rasterizer 323 preferably creates bitmap representations of discrete portions of a print-job page. Each such portion (also referred to as a “band”) includes a predetermined number of pixel rows, and is stored in the rasterizer buffer 326. After each band is passed to the spooler 324, the rasterizer 323 creates a bitmap representation of another band, which is also stored in the rasterizer buffer 326. Note that the rasterizer buffer 326 may be implemented using a certain portion of memory 204 when buffering a certain band, and may then be implemented using another portion of memory 204 when buffering another band.
[0022] The larger the bands (i.e., the greater the number of pixel rows in each band), the faster the rasterization process, but the greater the memory requirements for a print-job. Conversely, the smaller the bands (i.e., the lower the number of pixel rows in each band), the slower the rasterization process, but the smaller the memory requirements for a print-job.
[0023] For each band, the rasterizer 323 renders (in memory) every drawing operation that intersects (i.e., that occupies at least a portion of) that particular band. The drawing operations may be stored in the virtual-grafport 341 along with indications of vertical ranges (e.g., min/max y-coordinates) that the respective drawings operations span. In this manner, a drawing operation need not be rendered during the rasterization of a band that does not include any portion of an object described by such drawing operation.
[0024] If the rasterizer 323 does not initially render a band at full output resolution, then each pixel-line in the band may be subsequently stretched to correspond to the resolution of the printer 101 output. The rasterizer 323 may convert a row of data from a bitmap format to an RGB format by using a hardware blitter to copy, stretch, and/or reformat the row into a one-pixel-high working buffer that is at the full requested resolution and color depth of the printer 101 output. The process of copying, stretching and/or reformatting may alternatively be performed using software or a combination of software and hardware.
[0025] The rasterizer 323 may also perform vertical stretching to maintain the correct aspect ratio of an output image. This vertical stretching may be accomplished through simple line duplication. The rasterizer 323 may calculate the frequency of the line duplication operation based on the print height and source height. For example, if the print height of a print-page is equal to 2700 pixel rows, and the source height for the print-page is equal to 900 rows, then each line in a band may be duplicated three times (2700/900). Some lines may be duplicated more than others if the ratio of print height to source height is not an integer.
[0026] The spooler 324 acts as a FIFO (first-in, first-out) buffer between the rasterizer 323 and the printer driver 327. As the printer driver 327 consumes rasterized data, the spooler 324 buffers additional rasterized data by asking the rasterizer 323 to provide the spooler 324 with additional lines of graphics data. The spooler is preferably block-and-pointer based rather than stream based, and contains a list of pointers that point to respective lines of RGB data destined for the printer 101. For example, when a line of RGB data is requested from the spooler 324 by the printer driver 327, the spooler 324 returns a pointer that points to the next line of RGB data.
[0027] Each of the above-mentioned software applications may be a source program, an executable program (e.g., object code), a script, or any other entity comprising a set of instructions to be executed. When an application is a source program, then it may be translated via a compiler, assembler, interpreter, or the like, which may be included within the memory 204, so as to operate properly in connection with the OS 321. Furthermore, an application can be written as (a) an object oriented programming language, which has classes of data and methods, or (b) a procedure programming language, which has routines, subroutines, and/or functions.
[0028]
FIG. 4 is a flow chart depicting a method 400 according to one embodiment of the invention. In step 401, the rasterizer 323 determines the amount of memory available to be used as a rasterizer buffer (e.g., based on data received from the OS 321). The determination of the amount of memory that is available to be used as a rasterizer buffer may be made based on, for example, the total amount of contiguous RAM that is currently available (i.e. not currently being used). Furthermore, an application that requests a print-job may be configured to specify a maximum amount of memory that can be used as a rasterizer buffer 326. Step 401 may be performed prior to the creation of each band by the rasterizer 323.
[0029] In step 402, the rasterizer 323 sets the size of rasterizer buffer 326 based on the amount of memory available to be used as a rasterizer buffer. As a non-limiting example, among others, if 100 kilobytes of RAM are available to be used as a rasterizer buffer, then the size of the rasterizer buffer 326 may be set to accommodate the maximum number of pixel lines that require an amount of storage capacity that is less than or equal to 100 kilobytes. In this manner, the greater the amount of memory available to be used as a rasterizer buffer, the greater the size of the rasterizer buffer 326, and the faster the rasterization process can become. Furthermore, when the amount of memory available to be used as a rasterizer buffer 326 drops below an amount of memory previously used as a rasterizer buffer 326, the host 103 can avoid having to abort or postpone the printing of a print job by reducing the size of the rasterizer buffer 326 to be less than or equal to the amount of available memory. Note that one or both steps shown in FIG. 4 may alternatively be implemented by another module such as, for example, the OS 321 or the print manager 322.
[0030]
FIG. 5 is a flow chart depicting a method 500 according to one embodiment of the invention. In step 501, the rasterizer 323 determines if the amount of memory available to be used as a rasterizer buffer has increased (e.g., based on data received from the OS 321). If the amount of available memory has increased, then the rasterizer 323 increases the size of the rasterizer buffer 326 accordingly, as indicated in step 502. As a non-limiting example, among others, if the amount of memory available to be used as a rasterizer buffer 326 increases by 100 kilobytes, then the size of the rasterizer buffer 326 may be increased by up to 100 kilobytes to accommodate additional pixel lines. If, however, the amount of available memory has not increased, then the rasterizer 323 determines whether the amount of available memory has decreased, as indicated in step 503.
[0031] If the amount of available memory has decreased, then the rasterizer decreases the size of the rasterizer buffer accordingly. As a non-limiting example, among others, if the amount of memory available to be used as a rasterizer buffer 326 decreases by 100 kilobytes, then the size of the rasterizer buffer 326 may be decreased by at least 100 kilobytes in order to enable continued processing of a print-job. Note that if the amount of available memory decreases to a level that does not allow the buffering of data corresponding to at least one pixel row in the rasterizer buffer 326, then the print-job may be postponed or aborted.
[0032] If, however, the amount of available memory has not decreased, then the rasterizer 323 leaves the size of the rasterizer buffer 326 unchanged, as indicated in step 505. Note that one or more of the steps shown in FIG. 5 may alternatively be implemented by another module such as, for example, the OS 321 or the print manager 322.
[0033] The steps depicted in FIGS. 4 and 5 may be implemented using modules, segments, or portions of code which include one or more executable instructions. In an alternative implementation, functions or steps depicted in FIGS. 4 and 5 may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those of ordinary skill in the art. Furthermore, the methods depicted in FIGS. 4 and 5 may be modified to include additional or fewer steps without departing from the scope of the present invention.
[0034] The functionality provided by the methods illustrated in FIGS. 4 and 5, can be embodied in any computer-readable medium for use by or in connection with a computer-related system (e.g., an embedded system) or method. In this context of this document, a computer-readable medium is an electronic, magnetic, optical, semiconductor, or other physical device or means that can contain or store a computer program or data for use by or in connection with a computer-related system or method. Furthermore, the functionality provided by the methods illustrated in FIGS. 4 and 5 can be implemented through hardware (e.g., an application specific integrated circuit (ASIC) and supporting circuitry), software, or a combination of software and hardware.
[0035] It should be emphasized that the above-described embodiments of the invention are merely possible examples, among others, of the implementations, setting forth a clear understanding of the principles of the invention. Many variations and modifications may be made to the above-described embodiments of the invention without departing from the scope of the invention. All such modifications and variations are intended to be protected by the following claims. In addition, the scope of the invention includes embodying the functionality of the preferred embodiments of the invention in logic embodied in hardware and/or software-configured mediums.
Claims
- 1. A method for printing, comprising:
determining a storage capacity available for use as a rasterizer buffer; and implementing a rasterizer buffer having a storage capacity that is responsive to the storage capacity determined to be available for use as a rasterizer buffer.
- 2. The method of claim 1, further comprising:
buffering bitmap data in the rasterizer buffer, wherein the bitmap data is configured to be printed on a page.
- 3. The method of claim 2, further comprising:
providing the bitmap data to a spooler.
- 4. The method of claim 2, further comprising:
providing the bitmap data to a printer driver.
- 5. The method of claim 2, further comprising:
providing the bitmap data to a printer.
- 6. The method of claim 2, wherein the bitmap data encodes a plurality of pixel lines.
- 7. The method of claim 1, wherein the storage capacity of the rasterizer buffer is less than the storage capacity determined to be available for use as a rasterizer buffer.
- 8. The method of claim 1, wherein the storage capacity determined to be available for use as a rasterizer buffer is inversely correlated to an amount of random access memory (RAM) that is currently being used.
- 9. The method of claim 1, wherein the bitmap data is generated based on at least one drawing operation that encodes content that is to be located at least in part within a portion of a printed page corresponding to the bitmap data.
- 10. The method of claim 1, wherein the rasterizer buffer is implemented in random access memory (RAM).
- 11. A method for printing, comprising:
determining a storage capacity available for use as a rasterizer buffer; and rasterizing a first portion of content to be printed, the size of the first portion being responsive to the storage capacity determined to be available for use as a rasterizer buffer.
- 12. The method of claim 11, further comprising:
buffering the first portion in a rasterizer buffer.
- 13. The method of claim 12, further comprising:
providing the first portion to a spooler.
- 14. The method of claim 13, further comprising:
rasterizing a second portion of the content after the first portion of the content is provided to the spooler; and buffering the second portion in the rasterizer buffer.
- 15. The method of claim 13, further comprising:
providing the first portion to a printer driver.
- 16. The method of claim 15, further comprising:
providing the first portion to a printer.
- 17. The method of claim 11, wherein the first portion encodes a plurality of pixel lines.
- 18. The method of claim 11, wherein a storage capacity of the rasterizer buffer is less than the storage capacity determined to be available for use as a rasterizer buffer.
- 19. The method of claim 11, wherein the storage capacity determined to be available for use as a rasterizer buffer is inversely correlated to an amount of random access memory (RAM) that is currently being used.
- 20. The method of claim 11, wherein the first portion is generated based on at least one drawing operation that encodes content that is to be located at least in part within the first portion.
- 21. The method of claim 11, wherein the rasterizer buffer is implemented in random access memory (RAM).
- 22. A host comprising:
memory; and a processor that is coupled to the memory and that is programmed to:
determine a storage capacity of the memory available for use as a rasterizer buffer; and implement a rasterizer buffer in the memory, the rasterizer buffer having a storage capacity that is responsive to the storage capacity of the memory determined to be available for use as a rasterizer buffer.
- 23. The host of claim 22, wherein the processor is further programmed to:
buffer bitmap data in the rasterizer buffer, wherein the bitmap data is configured to be printed on a page.
- 24. The host of claim 23, wherein the processor is further programmed to:
provide the bitmap data to a printer that is coupled to the host.
- 25. The host of claim 23, wherein the bitmap data encodes a plurality of pixel lines.
- 26. The host of claim 22, wherein the storage capacity of the rasterizer buffer is less than the storage capacity of the memory determined to be available for use as a rasterizer buffer.
- 27. The host of claim 22, wherein the bitmap data is generated based on at least one drawing operation that encodes content that is to be located at least in part within a portion of a printed page corresponding to the bitmap data.
- 28. The host of claim 22, wherein the memory comprises random access memory (RAM).
- 29. A method for printing, comprising:
determining a storage capacity available for use as a rasterizer buffer; implementing a rasterizer buffer having a storage capacity that is responsive to the storage capacity determined to be available for use as a rasterizer buffer; buffering bitmap data in the rasterizer buffer, wherein the bitmap data is configured to be printed on a page; providing the bitmap data to a spooler; providing the bitmap data to a printer driver; and providing the bitmap data to a printer; wherein the bitmap data encodes a plurality of pixel lines; wherein the storage capacity of the rasterizer buffer is less than the storage capacity determined to be available for use as a rasterizer buffer; wherein the storage capacity determined to be available for use as a rasterizer buffer is inversely correlated to an amount of random access memory (RAM) that is currently being used; wherein the bitmap data is generated based on at least one drawing operation that encodes content that is to be located at least in part within a portion of a printed page corresponding to the bitmap data; wherein the rasterizer buffer is implemented in random access memory (RAM)