US7692808B2 - System, method and computer program product for controlling image information - Google Patents
System, method and computer program product for controlling image information Download PDFInfo
- Publication number
- US7692808B2 US7692808B2 US11/123,055 US12305505A US7692808B2 US 7692808 B2 US7692808 B2 US 7692808B2 US 12305505 A US12305505 A US 12305505A US 7692808 B2 US7692808 B2 US 7692808B2
- Authority
- US
- United States
- Prior art keywords
- image data
- compression
- image
- unit
- language command
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/6058—Reduction of colour to a range of reproducible colours, e.g. to ink- reproducible colour gamut
Definitions
- the present invention generally relates to controlling image information and more particularly relates to an image information control apparatus, an image information control system, a printer driver, an image information method, a computer program using the method, and a recording medium for converting data from an application program to a printer command corresponding to an image forming apparatus.
- a printer system generally includes a host computer and a printer device connected to the host computer.
- a printer driver is typically included in the host computer for converting print data generated by an application program of the host computer to a print command of a printer language. The converted data can be compressed and then sent from the host computer to the printer.
- Japanese Laid-Open patent Publication No. 2001-2882482 (the entire contents of which are hereby incorporated herein by reference) describes a technology whereby an application program sends bit map data to a printer driver, which stores the bit map data in a buffer memory. Information that is necessary for deciding on a compression technique is also collected, and a user of the system selects a compression technique to be applied to the stored bit map data. The selected compression technique is then applied to compress the bit map data line by line, and the compressed data is sent to the printer for printing.
- the technology described in patent document JP2001-282482 has a problem in that line by line compression is slow, and a single compression technique may not provide optimum print quality for all lines of the bit map data.
- Japanese Laid-Open patent Publication No. 2001-306275 (the entire contents of which are hereby incorporated herein by reference) describes another technology that divides a page of image data into bands including a plurality of lines each.
- the bands are then compressed using a compression technology selected by the user, and the compressed bands are sent to the printer for printing. While this band technology provides improved efficiency in compression, a boundary between bands is difficult to reproduce at the printer with accuracy.
- each band can include bit map data that overlaps with bit map data of an adjacent band in order to provide redundancy for accurate reproduction of data at the boundaries. This leads to complexity and slow print reproduction, as the overlapping data must be removed by the printer as the printer reproduces the data.
- the use of the same compression technique for all bands of print data may lead to poor quality printing for portions of the page.
- Japanese Laid-Open patent Publication No. 2001-114778 (the entire contents of which are hereby incorporated herein by reference) describes a printer apparatus that automatically selects a compression technique that has the lowest feasible compression rate from a group of compression techniques, that can compress image data. While this technique provides improvements in print quality, low compression rates cause slow printing. Moreover, as with the techniques described above, use of a single compression technique for the entire page of print data may lead to poor quality printing for portions of the page.
- An object of the present invention is to provide an image formation control technique that addresses the above described problems of the prior art.
- Another object of the present invention is to provide an image information control technique that provides high quality and a high speed image formation.
- Yet another object of the present invention is to provide an image information control technique that allows use of different compression techniques for different portions of a print page.
- an image information control apparatus including a receiving unit configured to receive bit map image data sent from an information process unit, and an accumulating unit configured to accumulate the image data received from the information process unit line by line.
- a blocked unit is configured to group a plurality of lines of the image data into a predetermined size block of image data.
- a converting unit is configured to convert the block of image data into a language command corresponding to the image forming apparatus and including the block of image data, and a sending unit is configured to send the language command to the image forming apparatus.
- a method for controlling image information includes receiving bit map image data sent from an information process unit, accumulating the data sent from the information process unit line by line and grouping a plurality of lines of the image data into a predetermined size block of image data. Also included is converting the block of image data into a language command corresponding to the image forming apparatus and including the block of image data, and sending the language command to the image forming apparatus.
- Still another aspect of the invention includes an image information control apparatus having means for receiving bit map image data sent from an information process unit, means for accumulating the image data received from the information process unit line by line and means for grouping a plurality of lines of the image data into a predetermined size block of image data. Also included is means for converting the block of image data into a language command corresponding to the image forming apparatus and including the block of image data and means for sending the language command to the image forming apparatus.
- FIG. 1 shows an exemplary printing system in which embodiments of the present invention may be implemented
- FIG. 2 is a block diagram of software modules that may be included in the host computer 10 in accordance with an embodiment of the invention
- FIG. 3A is a functional block diagram of an image information control unit that may be included or used in accordance with an embodiment of the invention.
- FIG. 3B is a conceptual diagram of an image page for printing
- FIG. 3C is a drawing explaining how a page of line data is divided into a blocked bit map image in accordance with the present invention.
- FIG. 4 is a flow chart explaining an image information control procedure in accordance with an embodiment of the present invention.
- FIG. 5 is a functional block diagram of an image information control unit or apparatus that may be included or used in accordance with an embodiment of the invention
- FIG. 6 is a flow chart explaining an image information control procedure in accordance with another embodiment of the present invention that can be implemented on the image information control unit of FIG. 5 ;
- FIG. 7 is a functional block diagram of an image information control unit that may be included or used in accordance with another embodiment of the invention.
- FIG. 8 (including FIGS. 8A and 8B ) is a flow chart explaining an image information control procedure in accordance with another embodiment of the present invention that can be implemented on the image information control unit of FIG. 7 ;
- FIG. 9 is a functional block diagram of an image information control unit that may be included or used in accordance with another embodiment of the invention.
- FIG. 10 is a block diagram illustrating a hardware configuration of an image information control apparatus in accordance with an embodiment of the present invention.
- FIG. 11 is a block diagram illustrating a hardware configuration of a digital copier in accordance with an embodiment of the present invention.
- FIG. 1 shows an exemplary printing system in which embodiments of the present invention may be implemented.
- the print system 1000 includes a host computer 10 and a printer 70 .
- the host computer 10 may be directly connected to the printer 70 by way of at least one of the network connection 1 and a direct connection 3 .
- FIG. 2 is a block diagram of software modules that may be included in the host computer 10 in accordance with an embodiment of the invention.
- the software modules include a printer driver 11 , operation system (OS) 12 , application 1 (numbered 13 ) and application 2 (numbered 14 ).
- Operation system 12 is a basic software operating system installed in host computer 10 , such as Windows® for example.
- Printer driver 11 is executed on the OS 12 and converts image information for printing from the applications 13 , 14 to a print command of a language compatible with printer 70 .
- the applications 13 , 14 may be any common applications software such as Word®, Excel® etc.
- the host computer 10 may include more than two applications.
- FIG. 3A is a functional block diagram of an image information control unit that may be included or used in accordance with an embodiment of the invention. As seen in this figure, the image information control unit can be implemented as a portion of the host computer and printer driver.
- the image information control unit 100 includes memory unit 101 , blocked unit 102 , converting unit 103 , compression unit 104 , sending/receiving unit 105 , and buffer 120 .
- the memory unit 101 stores image information from applications ( 13 , 14 ) to the buffer 120 every one line of the image temporally, and may be implemented as any known form of memory unit.
- Blocked unit 102 groups the lines of image information stored in the buffer 120 into blocks of data including a plurality of lines as prescribed. For example, the number of lines per block of data may be prescribed based on user input.
- Converting unit 103 converts every block of the blocked data to a print language command acceptable to printer 70 .
- Compression unit 104 compresses each block of data converted to a command by converting unit 103 .
- Compression unit 104 is preferably capable of compression using any known lossless compression or lossy compression technique.
- Sending/Receiving unit 105 sends each block of data converted to a command and compressed to the printer 70 .
- FIG. 3B is a conceptual diagram of an image page for printing.
- page image 300 can include a variety of types of image data.
- the page image 300 of a document to print out includes a text object 301 , an image object 302 , and a graphic object 303 .
- a drawing sequence of each object in page image 300 is as follows.
- a drawing coordinate, font, and text character strings are specified in text object 301 .
- drawing coordinate and compression technology of the bit map data are specified in image object 203 and the bit map data is transferred for the image object 302 .
- drawing coordinate, size of line, and length of a radius in the drawing circle are specified in graphic object 303 .
- the present invention is particularly related to compression of bit map data sent from an application such as those shown in FIG. 2 ., for example.
- FIG. 3C is a drawing explaining how a page of line data is divided into a blocked bit map image in accordance with the present invention.
- An application sends one page of bit map image 400 line by line ( 401 ) to an image information control unit such as a printer driver.
- Memory unit 101 for example, buffers data of every one line accepted from the application.
- the memory unit 101 can function as an accumulation unit.
- Blocked unit 102 then makes blocks of the data for a predetermined plurality of lines buffered in memory unit 101 , as discussed above. Blocks such as blocks 402 and 403 are created and sent to the printer 70 .
- FIG. 4 is a flow chart explaining an image information control procedure in accordance with an embodiment of the present invention.
- the process of FIG. 4 may be performed by a printer driver that receives image data from an application in an image information control apparatus, and sends the image data to an image forming apparatus such as printer.
- the printer driver for example, first determines weather image data has been received by the sending/receiving unit 105 from the application, as seen in step S 101 . If no image data has been received (NO from S 101 ), step S 101 repeats itself such that the printer driver continually monitors for image data. If the image data from the application is received (YES from S 101 ), memory unit 101 buffers the received image data line by line as shown by step S 102 . The image data may be bit map image data that is buffered line by line. Then in step S 103 , it is determined whether buffered image data in memory unit 101 has buffered a predetermined number of lines (n).
- step S 104 blocked unit 102 divides the image data into groups of plural lines (S 104 ). In one embodiment, the blocked unit 102 divides the image data in a length direction to form rectangular blocks such as those shown in FIG. 3C .
- the converting unit 103 converts the blocks of data to print commands understandable to the printer as shown in step S 105 . Further, compression unit 104 compresses each converted rectangle block of command data in step S 106 . In step S 107 , sending/receiving unit 105 sends the blocks of compressed data to printer 70 .
- the user may set the number of lines included in a block of data, to be suited to a process of the printer.
- the image control apparatus groups image data into rectangular blocks including a plurality of lines, and each block is converted into a print command that is compressed and sent to the printer.
- the number of conversions to print commands can be reduced, and compression can be performed in blocks, which allows efficient sending of print commands at the host computer side.
- the number of commands is reduced and easier to process on the printer side. This allows high speed printing at the printer side.
- the image data is rotated and output according to a direction of the print sheet, the image data can be output without a big difference in the performance of printing out.
- FIG. 5 is a functional block diagram of an image information control unit or apparatus that may be included or used in accordance with an embodiment of the invention.
- the image information control unit 100 includes memory unit 101 , blocked unit 102 , converting unit 103 , compression unit 104 ′, sending/receiving unit 105 , selecting unit 106 and buffer 120 .
- the memory unit 101 stores image information from applications ( 13 , 14 ) to the buffer 120 every one line of the image temporally, and may be implemented as any known form of memory unit.
- Blocked unit 102 divides or groups the lines of image information stored in the buffer 120 into blocked data including a plurality of lines.
- Converting unit 103 converts every block of the blocked data to a print language command acceptable to printer 70 .
- Compression unit 104 compresses each block of data converted to a command by converting unit 103 .
- Compression unit 104 is preferably capable of compression using any known lossless compression or lossy compression technique.
- Sending/Receiving unit 105 sends each block of data converted to a command and compressed to the printer 70 .
- compression unit 104 ′ is capable of executing a variety of compression techniques. For example Run length compression, delta—raw compression, or any other known compression technique, can be performed by the compression unit 104 ′.
- the selecting unit 106 selects a high (or low) compression rate for each block of image data based on a comparison of compression rates achieved by the different compression techniques.
- different compression techniques provide different compression rates for different types of image data. For example, one compression technique may provide a 30:1 compression rate for photo graphic data, while only providing a 10:1 compression rate for other data such as graphic or text data.
- a second compression technique may provide 20:1 compression for photographic data, while providing 15:1 compression for other data as graphic or text data.
- a single compression technique cannot provide an optimum compression technique (such as a high or low compression rate depending on user needs) for each area of the document.
- more than one compression technology may be desired.
- the selecting unit 106 in the embodiment of FIG. 5 addresses this problem.
- FIG. 6 is a flow chart explaining an image information control procedure in accordance with another embodiment of the present invention that can be implemented on the image information control unit of FIG. 5 .
- the process of FIG. 6 may be performed by a printer driver that receives image data from an application in an image information control apparatus, and sends the image data to an image forming apparatus such as a printer.
- step S 101 the printer driver first determines weather image data has been received by the sending/receiving unit 105 from the application, as seen in step S 101 . If no image data has been received (NO from S 101 ), step S 101 repeats itself such that the printer driver continually monitors for image data. If the image data from the application is received (YES from S 101 ), memory unit 101 buffers the received image data line by line, as shown by step S 102 . Then in step S 103 , it is determined whether buffered image data in memory unit 101 has buffered a predetermined number of lines (n).
- step S 104 blocked unit 102 divides the image data in a length direction into groups of plural lines such as that shown in FIG. 3C (S 104 ). Once the image data is divided into rectangular blocks, the converting unit 103 converts the rectangle data to print commands understandable to the printer as shown in step S 105 .
- the compression unit 104 ′ compresses each rectangle print command data using a plurality of different compression techniques as shown by step S 201 .
- a block of print command data may be compressed using two separate compression techniques.
- a sample portion of the block may be compressed using the plurality of different compression techniques in order to provide efficient testing for selection of a compression technique.
- step S 202 the selecting unit 106 selects one of the plurality of compression techniques used in S 201 based on a compression rate parameter.
- the compression rate parameter is to provide the highest compression rate in order to achieve high speed printing.
- the selecting unit 106 compares the data compressed with different compression technologies and selects the compression technique that provides the highest compression rate for the block.
- the sending/receiving unit 105 sends data compressed with the selected technique to printer 70 (S 203 ).
- the compression technique may be selected based on the user's selection of either a high compression rate to achieve greater speed but lower quality reproduction, or a low compression rate for higher quality but lower speed.
- the user indirectly selects a compression rate by inputting a desired image resolution into an input device of the image information control apparatus.
- the printer driver can select a better compression rate (whether high rate or low rate) by comparing the compression rate of different compression techniques applied to the blocked image data. Because a different compression technique can be used for different blocks of image data, it is possible to provide an overall improved speed and performance printing without a heavy load on the printer.
- FIG. 7 is a functional block diagram of an image information control unit that may be included or used in accordance with another embodiment of the invention.
- the image information control unit 100 includes memory unit 101 , blocked unit 102 , converting unit 103 , compression unit 104 ′, sending/receiving unit 105 , selecting unit 106 , image identification unit 107 , image decimation unit 108 and buffer 120 .
- the memory unit 101 stores image information from applications ( 13 , 14 ) to the buffer 120 every one line of the image temporally, and may be implemented as any known form of memory unit.
- Blocked unit 102 divides the lines of image information stored in the buffer 120 into blocked data including a plurality of lines as prescribed.
- Converting unit 103 converts every block of the blocked data to a print language command acceptable to printer 70 .
- Compression unit 104 compresses each block of data converted to a command by converting unit 103 .
- Compression unit 104 is preferably capable of compression using any known lossless compression or lossy compression technique.
- Sending/Receiving unit 105 sends each block of data converted to a command and compressed to the printer 70 .
- compression unit 104 ′ is capable of executing a variety of compression techniques, and the selecting unit 106 selects a compression technique for each block of image data based on a comparison of compression rates achieved by different compression techniques.
- the present inventors have recognized that certain image data such as a photographic image data can be reproduced at a high quality appearance even if the image information is decimated in a main-scan direction and/or in the sub-scan direction.
- the image identification unit 107 identifies a type of image data, such as photographic image data or text data, for each block, and an image decimation unit 108 decimates the block based on the image type determined.
- the selecting unit 106 ′ can also select a decimation technique if the best compression rate for a block of image data is not high enough, as will be described further below.
- FIG. 8 (including FIGS. 8A and 8B ) is a flow chart explaining an image information control procedure in accordance with another embodiment of the present invention that can be implemented on the image information control unit of FIG. 7 .
- the process of FIG. 8 may be performed by a printer driver that receives image data from an application in an image information control apparatus, and sends the image data to an image forming apparatus such as a printer.
- step S 101 the printer driver first determines weather image data has been received by the sending/receiving unit 105 from the application as seen in step S 101 . If no image data has been received (NO from S 101 ), step S 101 repeats itself such that the printer driver continually monitors for image data. If the image data from the application is received (YES from S 101 ), memory unit 101 buffers the received image data as shown by step S 102 . Then in step S 103 , it is determined whether buffered image data in memory unit 101 has buffered a predetermined number of lines (n).
- step S 104 blocked unit 102 divides the image data in a width direction into groups of plural lines such as that shown in FIG. 3C (S 104 ). Once the image data is divided into rectangular blocks, the converting unit 103 converts the rectangle data to print commands understandable to the printer as shown in step S 105 .
- the image identification unit 107 identifies whether a block of image data is a type of data that can be decimated without causing poor quality reproduction as seen in step S 301 .
- Step S 301 may be performed based on blocked bit map data sent by an application, or on blocked data converted to print commands. This determination in step S 301 may be made based on a predetermined threshold density of pixels in the image data or on any known method of determining whether decimation will adversely affect reproduction of the image data. The determination in step S 301 may be performed by the image identification unit counting the overall number of pixels in the image data or calculating the number of pixels per area of the image data for printing out.
- step S 301 may determine if the image data is photographic data, which is generally capable of decimation without significant reduction in the appearance during printing. However, whether image data is of a type acceptable for decimation may vary depending on parameters such as a desired quality of a printed document, print speed, etc.
- step S 301 If the image data identified in step S 301 is acceptable for decimation (for example identified as photographic data), the process proceeds to step S 302 shown in FIG. 8B .
- step S 302 it is determined whether an image decimation mode has been enabled in the image decimation unit 108 . If a decimation mode is enabled (YES from S 302 ), then decimation unit 108 decimates the image data as shown in Step S 303 , and the compression unit 104 executes lossy compression on the decimated data in step S 304 . If a decimation mode is determined not to be enabled in step S 302 (NO from step 302 ), then the process skips decimation step S 303 and executes a lossy compression in step S 304 .
- the lossy compression performed in step S 304 is based on a selection made by the selecting unit 106 ′ as discussed above. Whether decimation is performed or not, the process continues to step S 309 in FIG. 8A where the compressed image data is sent to the printer by the sending/receiving unit 105 .
- step S 301 if the image identification unit 109 determines that the block of image data is not acceptable for decimation (for example, not photographic data), then selection unit 106 ′ identifies whether a lossless compression technique can provide an acceptable rate of compression. In the embodiment of FIG. 8A , the determination is based on using a test lossless compression technique, and determining if the test technique provides a threshold compression rate as shown by step S 305 . If it is determined that the test lossless compression technique does not provide acceptable compression (NO from S 305 ), then the process continues to step S 304 in FIG. 8B where lossy compression is executed, and step S 309 in FIG. 8A where the data is sent to the printer as noted above.
- step S 305 If the selection unit 106 ′ determines in step S 305 that acceptable compression can be provided by the test lossless compression technology (YES from S 305 ), then it is checked whether a non-compression mode has been set in step S 306 . Where non-compression has been set (YES from step S 306 ), the image data is not compressed as indicated by the non-compression step S 307 , and the non-compressed image data is sent to the printer as shown by step S 309 . Where non-compression has not been set (NO from step S 306 ), lossless compression is executed in step S 308 , and the compressed image data is sent to the printer in step S 309 .
- a lossless compression technology having a low rate of compression may be selected for a block of image data as shown in step S 308 .
- the lossless compression technique of step S 308 may be the test lossless compression technology of step S 305 , or may be a different lossless compression technology.
- the image data is decimated and compressed using lossy compression before sending to the printer. If the image data cannot be decimated, then it is determined if lossless compression provides enough compression for the image data. If lossless compression is not adequate, then lossy compression is performed before sending the data to the printer. If lossless compression is adequate, then it is determined if a non-compression mode has been set. If non-compression has been set, the data is sent to the printer without compression. If lossless compression is adequate and non-compression has not been set, then lossless compression it is performed before sending the image data to the printer.
- the decimation is executed and lossy compression technology is executed at a high compression rate to provide high throughput at acceptable quality.
- lossy compression is also performed on the non-photographic data. If the image data is not a photographic data and lossy compression can provide enough compression, then lossy compression technology is performed to provide a lower rate of compression at acceptable throughput. If the image data is not a photographic data and lossy compression can provide enough compression, then the image data may be sent to the printer without compression if a non-compression mode is set. This non-compression provides the highest quality at acceptable throughput.
- the printer driver to decimate the image is set very conservatively (such as where only photographic data is decimated), it is possible to provide a high quality output and to provide a high performance throughput with a low load of the output if the condition is matched.
- FIG. 9 is a functional block diagram of an image information control unit that may be included or used in accordance with another embodiment of the invention.
- the image information control unit 100 includes memory unit 101 , blocked unit 102 , converting unit 103 , compression unit 104 ′, sending/receiving unit 105 , selecting unit 106 ′, image identification unit 107 , image decimation unit 108 , optimizing unit 109 and buffer 120 .
- the memory unit 101 stores image information from applications ( 13 , 14 ) to the buffer 120 every one line of the image temporally, and may be implemented as any known form of memory unit.
- Blocked unit 102 divides the lines of image information stored in the buffer 120 into blocked data including a plurality of lines as prescribed.
- Converting unit 103 converts every block of the blocked data to a print language command acceptable to printer 70 .
- Compression unit 104 compresses each block of data converted to a command by converting unit 103 .
- Compression unit 104 is preferably capable of compression using any known lossless compression or lossy compression technique.
- Sending/Receiving unit 105 sends each block of data converted to a command and compressed to the printer 70 .
- compression unit 104 ′ is capable of executing a variety of compression techniques, and the selecting unit 106 selects a compression technique for each block of image data based on a comparison of compression rates achieved by different compression techniques.
- the image identification unit 107 identifies a type of image data, such as photographic image data, for each block, and an image decimation unit 108 decimates the block based on the image type determined.
- the embodiment of FIG. 9 also includes an optimizing unit 109 that optimizes the condition of compression of the blocked image data converted to command data. That is, in the embodiment of FIG. 9 , selecting unit 106 ′ selects the compression technology including lossy compression of the blocked image data converted to command, according to the decision of the optimizing unit 109 .
- the condition of the compression of the blocked image data includes no compression of the image information data, compression of the data and what kind of compression technology is used. Further in the optimizing unit, the optimized condition is determined by optimizing parameters including a rate of compression, a type of connection to the printer, a data size of original image data, required time for compression/decompression etc.
- the optimizing parameters may be represented as, for example:
- the performance of printer output is determined by each parameter: x, p, s, and t.
- the performance variation amount is described by the function f (x, p, s, t). If the function f (x, p, s, t) is calculated to give the highest effective function value in the function values provided with each parameter (x, p, s, t), an image information control system decided by the selected parameter becomes an optimum image processing system.
- the function is not calculated, but rather a function table is used to store the function values that are made by the function f (x, p, s, t) defined by each parameter (x, p, s, t). The optimization can be decided with the table generated from the function values.
- optimizing unit 109 can execute the optimization of printer output.
- the printing time with the compression becomes longer than the time without compression because compression and decompression take a long time.
- the performance of printer comes down.
- the printer driver determines automatically which compression technology should be used for transferring the image data according to the connection status with printer before printer driver send the data. As the result, the printer can get the most suitable performance for printing.
- printer driver determines the transfer technology of the image data automatically according to a user's demand, both demand of an image quality and a performance of the printer can be achieved.
- FIG. 10 is a block diagram illustrating a hardware configuration of an image information control apparatus in accordance with an embodiment of the present invention.
- the image control apparatus includes a computer 1100 , monitor 1011 , and input devices 1011 and 102 .
- the computer 1100 may be connected to a network.
- the computer 1100 includes CPU 1101 , Ram 1102 , storage device 1103 , graphics processing unit 1104 , imputer interface 1105 , and communications interface 1106 .
- CPU 1101 is a controller that controls all of the image information control apparatus
- RAM 1102 is a readable and writable memory used as a memory for development of program instructions and data, image drawing memory in information processing, and so on.
- Storage device 1103 is a read only memory (ROM) or hard drive device (HDD) for storing software programs and data.
- the graphics processing unit 1104 communicates with the monitor 1101 to display graphics on the monitor, and the input interface 1105 enables the input devices 1012 and 1013 to input information into the computer 1100 .
- Communications interface 1106 is coupled to the network to enable network communications for the computer 1100 .
- the image information control procedure executed in the image information control apparatus can be an installable and executable file format provided on a computer readable medium such as a CD-ROM, flexible disk (FD), CD-R, DVD (Digital versatile disk) etc.
- the image information control procedure executed in the image information control apparatus can be stored on a remote computer connected to computer 1100 through network such as the internet etc, through which the control procedure can be downloaded to the computer 1100 .
- the image information control program executed in the image information control apparatus is composed of modules including parts described above (memory unit, blocked unit, converting unit, compression unit, and sending/receiving unit etc,).
- CPU 1101 processor
- CPU 1101 reads the image information control program from the ROM storage device 1103 described above and executes the program.
- each part of the modules described above are generated on the main memory of the computer 1100 by CPU 1101 . That is the memory unit, blocked unit, converting unit, compression unit and sending/receiving unit etc, are generated on the main memory of the computer 1100 by CPU.
- FIG. 11 is a block diagram illustrating a hardware configuration of a digital copier in accordance with an embodiment of the present invention.
- the digital copier includes controller 1210 connected through PCI (Peripheral Component Interconnect) bus to input device (keyboard) 1220 , FCU (Facsimile Control Unit) 1230 , USB (Universal Serial Bus) 1240 , IEEE (the institute of Electrical and Electronics Engineers) 1394 interface 1250 and engine unit 1260 .
- Controller 1210 is a controller for controlling the digital copier and inputs from an image reading unit, image process unit, and operation unit (not illustrated in FIG. 11 ).
- Controller 1210 includes CPU 1211 , system memory (MEM-P) 1212 , north bridge (NB) 1213 , south bridge (SB) 1214 , AGP (Accelerated Graphic Port) 1215 , ASIC (Application Specific Integrated Circuit) 1216 , local memory (MEM-C) 1217 , and hard disk drive (HDD) 1218 .
- North bridge 1213 and ASIC 1216 are connected with the AGP (Accelerated Graphic Port) 1215 in the controller 1210 .
- MEM-P 1212 includes ROM (Read Only Memory) 1212 a and RAM(Random Access Memory) 1212 b.
- CPU 1211 controls the digital copier and may be connected to other equipment with a chipset.
- NB 1213 is a bridge for connecting CPU 1211 , MEM-P 1212 , SB 1214 , and AGP 1215 .
- CPU 1211 includes memory controller for controlling reading and writing to MEM-P 1212 , PCI master, and AGP (Accelerated Graphics Port) target.
- MEM-P 1212 consists of ROM 1212 a and RAM 1212 b .
- ROM 1212 a is a read only memory used for storage of software programs and data.
- RAM 1212 b is a readable and writable memory used as a development memory of program instructions and data, and image drawing memory in information processing.
- SB 1214 is a bridge for connecting NB 1213 with a PCI device and peripheral devices.
- the SB 1214 is connected to NB 1213 through a network, for example.
- the PCI bus may also be connected with a network interface (I/F) etc.
- ASIC 1216 is an application specific IC (integrated Circuit) for a multi media information process.
- ASIC 1216 assumes the role of a bridge connecting AGP 1215 , PCI bus, HDD 1218 , and MEM-C 1217 .
- the ASIC 1216 is connected through the PCI bus with FCU 1230 , USB (Universal Serial Bus) 1240 , IEEE (the institute of Electrical and Electronics Engineers) 1394 interface 1250 and engine unit 1260 .
- USB Universal Serial Bus
- IEEE the institute of Electrical and Electronics Engineers
- AGP 1215 is a bus interface for a graphic accelerator card proposed to make high speed graphics processing.
- AGP 1215 allows a graphics accelerator card high speed accessing directly to MEM-P 1212 with high through put.
- MEM-C 1217 is a local memory used as an image buffer.
- HDD 1218 is a storage used for accumulating of program, accumulating of font data, and accumulating form.
- Keyboard 1220 connecting to ASIC 1216 communicates operating input to ASIC 1216 .
- Engine unit 1260 is an information processing engine connectable to PCI bus.
- an information process unit providing error diffusion and ⁇ correction against the inputted image data can be included in the engine unit 1260 .
- the image information control procedure executed in the image digital copier can be an installable and executable file format provided on a computer readable medium such as a CD-ROM, flexible disk (FD), CD-R, DVD (Digital versatile disk) etc.
- the image information control procedure executed in the image information control apparatus can be stored on a remote computer connected to controller 1210 through a network such as the internet etc, through which the control procedure can be downloaded to the controller 12100 .
- the image information control program executed in the digital copier is composed of modules including parts described above (memory unit, blocked unit, converting unit, compression unit, and sending/receiving unit etc,).
- CPU 1211 processor
- CPU 1211 reads the image information control program from the ROM HDD 1218 described above and executes the program.
- each part of the modules described above are generated on the main memory of the computer digital copier by CPU 1211 . That is the memory unit, blocked unit, converting unit, compression unit and sending/receiving unit etc, are generated on the main memory of the digital copier by CPU 1211 .
- image information control apparatus As described above, image information control apparatus, image information control system, printer driver, image information control, program executing the method in computer, and recording medium of the present invention is useful for image information control technology. Moreover, it can use for document output technology such as a personal computer, color copier, and color facsimile etc.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
- Record Information Processing For Printing (AREA)
Abstract
Description
-
- Different compression technologies: x=x 1,−x n,
- Connecting system to printer: p=parallel system is p1, serial system is p2,
- Data size of original image: s
- Required time for compression/decompression: t
Claims (23)
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2004138996 | 2004-05-07 | ||
| JP2004-138996 | 2004-05-07 | ||
| JP2005-071611 | 2005-03-14 | ||
| JP2005071611A JP2005346698A (en) | 2004-05-07 | 2005-03-14 | Image information control apparatus, image information control system, printer driver, image information control method, program for executing the method on a computer, and recording medium |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20050249420A1 US20050249420A1 (en) | 2005-11-10 |
| US7692808B2 true US7692808B2 (en) | 2010-04-06 |
Family
ID=35239500
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/123,055 Expired - Fee Related US7692808B2 (en) | 2004-05-07 | 2005-05-06 | System, method and computer program product for controlling image information |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7692808B2 (en) |
| JP (1) | JP2005346698A (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080244158A1 (en) * | 2007-03-30 | 2008-10-02 | Hitachi Via Mechanics, Ltd. | Drawing Apparatus |
| US20110176172A1 (en) * | 2010-01-21 | 2011-07-21 | Canon Kabushiki Kaisha | Information processing apparatus, information processing method, and storage medium |
| US9843802B1 (en) * | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
| US9843702B1 (en) | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
Families Citing this family (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4400589B2 (en) * | 2006-03-28 | 2010-01-20 | セイコーエプソン株式会社 | Image supply apparatus and image compression method determination method |
| US7600031B2 (en) * | 2006-04-27 | 2009-10-06 | Microsoft Corporation | Sharing digital content via a packet-switched network |
| US8972672B1 (en) | 2012-06-13 | 2015-03-03 | Emc Corporation | Method for cleaning a delta storage system |
| US9400610B1 (en) | 2012-06-13 | 2016-07-26 | Emc Corporation | Method for cleaning a delta storage system |
| US9026740B1 (en) | 2012-06-13 | 2015-05-05 | Emc Corporation | Prefetch data needed in the near future for delta compression |
| US9141301B1 (en) | 2012-06-13 | 2015-09-22 | Emc Corporation | Method for cleaning a delta storage system |
| US10135462B1 (en) | 2012-06-13 | 2018-11-20 | EMC IP Holding Company LLC | Deduplication using sub-chunk fingerprints |
| US8712978B1 (en) | 2012-06-13 | 2014-04-29 | Emc Corporation | Preferential selection of candidates for delta compression |
| US9116902B1 (en) | 2012-06-13 | 2015-08-25 | Emc Corporation | Preferential selection of candidates for delta compression |
| US8918390B1 (en) | 2012-06-13 | 2014-12-23 | Emc Corporation | Preferential selection of candidates for delta compression |
| US9277218B2 (en) * | 2013-01-22 | 2016-03-01 | Vixs Systems, Inc. | Video processor with lossy and lossless frame buffer compression and methods for use therewith |
| US10609418B2 (en) * | 2017-04-18 | 2020-03-31 | Qualcomm Incorporated | System and method for intelligent data/frame compression in a system on a chip |
| US10484685B2 (en) | 2017-04-18 | 2019-11-19 | Qualcomm Incorporated | System and method for intelligent data/frame compression in a system on a chip |
| EP3817236B1 (en) * | 2019-11-04 | 2024-10-16 | Samsung Electronics Co., Ltd. | Neural network data processing method and apparatus |
| EP3992743B1 (en) * | 2020-11-03 | 2023-08-30 | Volkswagen Aktiengesellschaft | Vehicle, apparatus for a vehicle, computer program, and method for processing information for communication in a tele-operated driving session |
| CN113438444B (en) * | 2021-03-25 | 2023-04-28 | 贵州电网有限责任公司 | Picture transmission storage method and system |
| CN116610272B (en) * | 2023-04-23 | 2024-09-03 | 珠海芯烨电子科技有限公司 | Processing method and system for picture data of printing terminal |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5537221A (en) * | 1989-10-06 | 1996-07-16 | Ricoh Company, Ltd. | Transmission device for multi-mode communications |
| JP2001282482A (en) | 2000-03-31 | 2001-10-12 | Canon Inc | Data processing device and data processing method |
| JP2001306275A (en) | 2000-04-25 | 2001-11-02 | Fuji Xerox Co Ltd | Image processing system |
| JP2003114778A (en) | 2001-10-03 | 2003-04-18 | Canon Inc | Printing system, print control device, printing device, compression method selection method, and storage medium |
| US20030107753A1 (en) * | 2001-12-06 | 2003-06-12 | Yoichi Sakamoto | Image processing apparatus and method, program, and storage medium |
| US6837570B2 (en) | 2000-11-29 | 2005-01-04 | Ricoh Company, Ltd. | Print device and print processing method |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0818800A (en) * | 1994-06-29 | 1996-01-19 | Fuji Xerox Co Ltd | Method for compressing/restoring data and recorder using the method |
| JP2002152048A (en) * | 2000-11-14 | 2002-05-24 | Seiko Epson Corp | Data compression device and method, data decompression device and method, printer device, printer system, and storage medium storing computer-readable program |
| JP4035969B2 (en) * | 2001-08-01 | 2008-01-23 | コニカミノルタビジネステクノロジーズ株式会社 | Image generation apparatus, image forming apparatus, print control apparatus, data transfer method, data conversion method, data transfer program, and data conversion program |
| JP2003296054A (en) * | 2002-04-01 | 2003-10-17 | Seiko Epson Corp | Page printer, printing system and printer driver |
| JP2004086927A (en) * | 2003-11-19 | 2004-03-18 | Seiko Epson Corp | Printing system |
-
2005
- 2005-03-14 JP JP2005071611A patent/JP2005346698A/en active Pending
- 2005-05-06 US US11/123,055 patent/US7692808B2/en not_active Expired - Fee Related
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5537221A (en) * | 1989-10-06 | 1996-07-16 | Ricoh Company, Ltd. | Transmission device for multi-mode communications |
| JP2001282482A (en) | 2000-03-31 | 2001-10-12 | Canon Inc | Data processing device and data processing method |
| JP2001306275A (en) | 2000-04-25 | 2001-11-02 | Fuji Xerox Co Ltd | Image processing system |
| US6837570B2 (en) | 2000-11-29 | 2005-01-04 | Ricoh Company, Ltd. | Print device and print processing method |
| JP2003114778A (en) | 2001-10-03 | 2003-04-18 | Canon Inc | Printing system, print control device, printing device, compression method selection method, and storage medium |
| US20030107753A1 (en) * | 2001-12-06 | 2003-06-12 | Yoichi Sakamoto | Image processing apparatus and method, program, and storage medium |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080244158A1 (en) * | 2007-03-30 | 2008-10-02 | Hitachi Via Mechanics, Ltd. | Drawing Apparatus |
| US8175402B2 (en) * | 2007-03-30 | 2012-05-08 | Hitachi Via Mechanics, Ltd. | Drawing apparatus |
| US20110176172A1 (en) * | 2010-01-21 | 2011-07-21 | Canon Kabushiki Kaisha | Information processing apparatus, information processing method, and storage medium |
| US8610931B2 (en) * | 2010-01-21 | 2013-12-17 | Canon Kabushiki Kaisha | Information processing apparatus, information processing method, and storage medium |
| US9843802B1 (en) * | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
| US9843702B1 (en) | 2012-03-30 | 2017-12-12 | EMC IP Holding Company LLC | Method and system for dynamic compression module selection |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2005346698A (en) | 2005-12-15 |
| US20050249420A1 (en) | 2005-11-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7692808B2 (en) | System, method and computer program product for controlling image information | |
| US8472042B2 (en) | Image forming apparatus which forms an image based on print data described in a page description language | |
| US20070025627A1 (en) | Image processing device, image compression method, image compression program, and recording medium | |
| US20070285712A1 (en) | Image output system, image output apparatus, information processing method, storage medium, and program | |
| US20080068671A1 (en) | Image processing apparatus, image processing method, and program product for executing the method | |
| JP5097574B2 (en) | Image processing apparatus, image processing method, image processing program, and recording medium | |
| US8218911B2 (en) | Image processing apparatus and image processing method | |
| US8259356B2 (en) | Apparatus and method of image processing for selective color determination | |
| JP2004140683A (en) | Image processing device | |
| JP4921202B2 (en) | Job history management system, control method therefor, program, and storage medium | |
| US6226095B1 (en) | Image processing apparatus, method, and system | |
| EP2302896A2 (en) | Data processing apparatus and data processing method for compressing image data | |
| JP3255123B2 (en) | Color printer system | |
| US6985258B1 (en) | Print system | |
| US8331700B2 (en) | Image processing apparatus | |
| US7072060B2 (en) | Print control apparatus, print control method, and memory medium | |
| EP0752641B1 (en) | Printing resolution and/or gradation control | |
| JP3281183B2 (en) | Image encoding / decoding method and image encoding / decoding device | |
| JP3821422B2 (en) | Image data compression method, compression / decompression method, recording medium, compressor, image storage device, image reading device, and image forming device | |
| JP2008294831A (en) | Image distortion correction device | |
| JP2011197956A (en) | Printer control device, and printer apparatus and control method thereof | |
| US20020196981A1 (en) | Method and system for compressing image data | |
| JP2008022082A (en) | Image forming apparatus and control method thereof | |
| JP3459740B2 (en) | Print control apparatus and method and printing apparatus | |
| JP5413297B2 (en) | Image processing apparatus, image processing method, program, and recording medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: RICOH COMPANY, LTD.,JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TAKAHASHI, MASATO;REEL/FRAME:016789/0765 Effective date: 20050511 Owner name: RICOH COMPANY, LTD., JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TAKAHASHI, MASATO;REEL/FRAME:016789/0765 Effective date: 20050511 |
|
| FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552) Year of fee payment: 8 |
|
| FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20220406 |