systems, methods, software for halftoning. In one embodiment, a halftone system receives a raster image comprising an array of pixels, and performs a multi-level halftoning process on one or more blocks of the pixels. The system identifies thresholds that distinguish different intensity levels. For each block, the system identifies a set of pixel values for the pixels in the block, performs a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits, and performs ternary logic operations with three of the sets of comparison bits as input to define a set of low-order bits and a set of higher-order bits for the pixels in the block.
|
13. A method of halftoning, the method comprising:
receiving a raster image comprising an array of pixels; and
performing a multi-level halftoning process on one or more blocks of the pixels by:
identifying thresholds that distinguish different intensity levels; and
for each block of the pixels from the one or more blocks:
identifying a set of pixel values for the pixels in the block;
performing a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits;
performing a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block; and
performing a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
17. A non-transitory computer readable medium embodying programmed instructions which, when executed by a processor, are operable for performing a method of halftoning, the method comprising:
receiving a raster image comprising an array of pixels; and
performing a multi-level halftoning process on one or more blocks of the pixels by:
identifying thresholds that distinguish different intensity levels; and
for each block of the pixels from the one or more blocks:
identifying a set of pixel values for the pixels in the block;
performing a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits;
performing a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block; and
performing a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
1. A halftone system, comprising:
at least one processor; and
a memory including computer program code executable by the processor to cause the halftone system to:
receive a raster image comprising an array of pixels; and
perform a multi-level halftoning process on one or more blocks of the pixels;
for the multi-level halftoning process:
the processor further causes the halftone system to identify thresholds that distinguish different intensity levels;
for each block of the pixels from the one or more blocks, the processor causes the halftone system to:
identify a set of pixel values for the pixels in the block;
perform a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits;
perform a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block; and
perform a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
2. The halftone system of
arrange one or more sets of the low-order bits in a first bit plane; and
arrange one or more sets of the higher-order bits in a second bit plane.
3. The halftone system of
the processor causes the halftone system to initiate transmission of the first bit plane and the second bit plane to a destination.
4. The halftone system of
the first bit plane includes the low-order bits and the second bit plane includes the higher-order bits for the pixels on a full sheetside.
5. The halftone system of
the first bit plane includes the low-order bits and the second bit plane includes the higher-order bits for the pixels on a portion of a sheetside.
6. The halftone system of
the first bit plane includes the low-order bits of eight pixels in a byte; and
the second bit plane includes the higher-order bits of eight pixels in a byte.
7. The halftone system of
the processor causes the halftone system to perform an interleave operation to merge the first bit plane and the second bit plane to form pixel values of a halftoned image.
8. The halftone system of
the processor causes the halftone system to perform the multi-level halftoning process on a plurality of raster images for different color planes.
9. The halftone system of
the processor comprises a Central Processing Unit (CPU) with a Single Instruction Multiple Data (SIMD) architecture.
10. The halftone system of
the processor comprises a Graphical Processing Unit (GPU) with a Single Instruction Multiple Data (SIMD) architecture.
12. The halftone system of
perform a vectorized comparison of:
the set of pixel values and a first one of the thresholds to generate a first set of comparison bits;
the set of pixel values and a second one of the thresholds to generate a second set of comparison bits, wherein the second one of the thresholds is greater than the first one of the thresholds; and
the set of pixel values and a third one of the thresholds to generate a third set of comparison bits, wherein the third one of the thresholds is greater than the second one of the thresholds;
perform the first ternary logic operation with the first set of comparison bits, the second set of comparison bits, and the third set of comparison bits as input to define the set of low-order bits; and
perform the second ternary logic operation with the first set of comparison bits, the second set of comparison bits, and the third set of comparison bits as input to define the set of higher-order bits.
14. The method of
arranging one or more sets of the low-order bits in a first bit plane; and
arranging one or more sets of the higher-order bits in a second bit plane.
15. The method of
initiating transmission of the first bit plane and the second bit plane to a destination.
16. The method of
performing an interleave operation to merge the first bit plane and the second bit plane to form pixel values of a halftoned image.
18. The computer readable medium of
arranging one or more sets of the low-order bits in a first bit plane; and
arranging one or more sets of the higher-order bits in a second bit plane.
19. The computer readable medium of
initiating transmission of the first bit plane and the second bit plane to a destination.
20. The computer readable medium of
performing an interleave operation to merge the first bit plane and the second bit plane to form pixel values of a halftoned image.
|
This disclosure relates to the field of image formation, and more particularly, to halftoning of raster images.
Halftoning is a technique for simulating a continuous tone image on a two-dimensional medium with a pattern of dots varying in size and/or spacing. A reproduction of a halftoned image appears to consist of many colors or grays when viewed from a proper distance. For example, a halftoned image comprised of black and white dots may appear to display various gray levels. Earlier-generation printers had a coarse resolution, and were limited to image reproduction in two color levels (i.e., pixels were either marked with a color or left blank). A halftoning technique for these types of printers is commonly referred to as bi-level halftoning, which produces a halftoned image with pixel values defined by one bit. Printers have evolved to accommodate finer resolutions with multiple intensity levels. For such printers, a multi-level or multi-bit halftoning technique may be used to produce a halftoned image with pixel values defined by multiple bits (e.g., two-bits, three-bits, etc.). Multi-level halftoning produces better perceived fidelity to the original image at lower spatial resolution as compared to bi-level halftoning. However, multi-level halftoning may be computationally expensive.
Provided herein are a halftone system, method, and software for multi-level halftoning using ternary logic. As an overview, a halftone system as described herein operates on a block of pixels from a raster image. The halftone system compares pixel values for the block of pixels to thresholds that are defined to distinguish multiple intensity levels. For example, in four-level reproduction, the halftone system compares pixel values for the block of pixels to three thresholds. A comparison of the pixel values to each of the thresholds results in a set of comparison bits. The halftone system uses ternary logic operations to map the comparison bits for each pixel to an output bit. For example, one ternary logic operation may be used to map the comparison bits to a lower-order bit for a pixel, and another ternary logic operation may be used to map the comparison bits to a higher-order bit for the pixel. The ternary logic operations may therefore be used to generate bit planes that, in combination, define a halftoned image of the raster image. For example, a two-bit (four level) output is comprised of two bit planes: one for the low-order bit (or least significant bit), and one for the higher-order bit (or most significant bit) of each pixel. One technical benefit is that multi-level halftoning as described herein is more computationally efficient, as there is an order of magnitude less instructions per pixel or per block of pixels than conventional approaches.
One embodiment comprises a halftone system comprising at least one processor, and a memory including computer program code executable by the processor. The processor causes the halftone system to receive a raster image comprising an array of pixels, and perform a multi-level halftoning process on one or more blocks of the pixels. For the multi-level halftoning process, the processor further causes the halftone system to identify thresholds that distinguish different intensity levels. For each block of the pixels from the one or more blocks, the processor causes the halftone system to identify a set of pixel values for the pixels in the block, perform a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits, perform a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block, and perform a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
Another embodiment comprises a method of halftoning. The method comprises receiving a raster image comprising an array of pixels, and performing a multi-level halftoning process on one or more blocks of the pixels. The multi-level halftoning process includes identifying thresholds that distinguish different intensity levels. For each block of the pixels from the one or more blocks, the multi-level halftoning process includes identifying a set of pixel values for the pixels in the block, performing a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits, performing a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block, and performing a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
Another embodiment comprises a non-transitory computer readable medium embodying programmed instructions which, when executed by a processor, are operable for performing a method of halftoning. The method comprises receiving a raster image comprising an array of pixels, and performing a multi-level halftoning process on one or more blocks of the pixels. The multi-level halftoning process includes identifying thresholds that distinguish different intensity levels. For each block of the pixels from the one or more blocks, the multi-level halftoning process includes identifying a set of pixel values for the pixels in the block, performing a vectorized comparison of the set of pixel values to each of the thresholds to generate sets of comparison bits, performing a first ternary logic operation with three of the sets of comparison bits as input to define a set of low-order bits for the pixels in the block, and performing a second ternary logic operation with three of the sets of comparison bits as input to define a set of higher-order bits for the pixels in the block.
Other illustrative embodiments (e.g., methods and computer-readable media relating to the foregoing embodiments) may be described below. The features, functions, and advantages that have been discussed can be achieved independently in various embodiments or may be combined in yet other embodiments further details of which can be seen with reference to the following description and drawings.
Some embodiments of the present disclosure are now described, by way of example only, and with reference to the accompanying drawings. The same reference number represents the same element or the same type of element on all drawings.
The figures and the following description illustrate specific illustrative embodiments of the disclosure. It will thus be appreciated that those skilled in the art will be able to devise various arrangements that, although not explicitly described or shown herein, embody the principles of the disclosure and are included within the scope of the disclosure. Furthermore, any examples described herein are intended to aid in understanding the principles of the disclosure, and are to be construed as being without limitation to such specifically recited examples and conditions. As a result, the disclosure is not limited to the specific embodiments or examples described below, but by the claims and their equivalents.
In this embodiment, image forming apparatus 100 includes a Digital Front End (DFE) 110, one or more print engines 120, and a media conveyance device 130. DFE 110 comprises a device, circuitry, and/or other component configured to accept print data 111, and convert the print data 111 into a suitable format for print engine 120. DFE 110 includes an Input/Output (I/O) interface 112, a print controller 114, a print engine interface 116, and a Graphical User Interface (GUI) 118. I/O interface 112 comprises a device, circuitry, and/or other component configured to receive print data 111 from a source. For example, I/O interface 112 may receive the print data 111 from a host system (not shown), such as a personal computer, a server, etc., over a network connection, may receive print data 111 from an external memory, etc. Thus, I/O interface 112 may be considered a network interface in some embodiments. The print data 111 comprises a file, document, print job, etc., that is formatted with a Page Description Language (PDL), such as PostScript, Printer Command Language (PCL), Intelligent Printer Data Stream (IPDS), etc. Print controller 114 comprises a device, circuitry, and/or other component configured to transform the print data 111 into one or more digital images that may be used by print engine 120 to mark a recording medium 132 with ink, toner, or another recording material. Thus, print controller 114 includes a Raster Image Processor (RIP) 115 that rasterizes the print data 111 to generate digital images. A digital image comprises a two-dimensional array of pixels. Whereas the print data 111 in PDL format is a high-level description of the content (e.g., text, graphics, pictures, etc.), a digital image defines a pixel value or color value for each pixel in a display space. Print engine interface 116 comprises a device, circuitry, and/or other component configured to communicate with print engine 120, such as to transmit digital images to print engine 120. Print engine interface 116 is communicatively coupled to print engine 120 via a communication link 117 (e.g., a fiber link, a bus, etc.), and is configured to use a data transfer protocol to transfer the digital images to print engine 120. GUI 118 is a hardware component configured to interact with a human operator. GUI 118 may include a display, screen, touch screen, or the like (e.g., a Liquid Crystal Display (LCD), a Light Emitting Diode (LED) display, etc.). GUI 118 may include a keyboard or keypad, a tracking device (e.g., a trackball or trackpad), a speaker, a microphone, etc. A human operator may access GUI 118 to view status indicators, view or manipulate settings, schedule print jobs, etc.
Print engine 120 includes a DFE interface 122, a print engine controller 124, and a print mechanism 126. DFE interface 122 comprises a device, circuitry, and/or other component configured to interact with DFE 110, such as to receive digital images from DFE 110. Print engine controller 124 comprises a device, circuitry, and/or other component configured to process the digital images received from DFE 110, and provide control signals to print mechanism 126. Print mechanism 126 is a device or devices that mark the recording medium 132 with a recording material 134, such as ink, toner, etc. Print mechanism 126 is configured for variable droplet or dot size to reproduce multiple intensity levels, as opposed to a bi-level mechanism where a pixel is either “on” or “off”. For example, if print mechanism 126 is an ink-jet device, then multiple intensity levels per pixel may be achieved by printing one, two, or several droplets at the same position, or varying the size of a droplet. Recording medium 132 comprises any type of material suitable for printing upon which recording material 134 is applied, such as paper (web or cut-sheet), plastic, card stock, transparent sheets, a substrate for 3D printing, cloth, etc. In one embodiment, print mechanism 126 may include one or more printheads that are configured to jet or eject droplets of a print fluid, such as ink (e.g., water, solvent, oil, or UV-curable), through a plurality of orifices or nozzles. The orifices or nozzles may be grouped according to ink types (e.g., colors such as Cyan (C), Magenta (M), Yellow (Y), Key black (K) or formulas such as for pre-coat, image and protector coat), which may be referred to as color planes. In another embodiment, print mechanism 126 may include a drum that selectively collects electrically-charged powdered ink (toner), and transfers the toner to recording medium 132. Media conveyance device 130 is configured to move recording medium 132 relative to print mechanism 126. In other embodiments, portions of print mechanism 126 may be configured to move relative to recording medium 132.
Image forming apparatus 100 may include various other components not specifically illustrated in
When RIP 115 rasterizes the print data 111, the output is a digital continuous tone image where individual pixels are defined with pixel values that are relatively large. For example, the digital continuous tone image may have 8-bit pixel values or larger. A digital continuous tone image generated by RIP 115 is referred to herein as a “raster image”. An 8-bit pixel value may represent 256 different intensities of a color. However, a typical print mechanism (e.g., print mechanism 126) may not be capable of reproduction at 256 different levels. Thus, a halftoning process may be performed to define the individual pixels with lower multi-bit values, such as two-bits, three-bits, etc.
Processor 204 is configured for vector processing 210. Vector processing 210 is a type of processing that operates on sets of values called “vectors” at a time, as compared to operating on a single value.
In
As a general overview of a multi-level halftoning process, halftone system 140 receives a raster image 220 as input, and converts the raster image 220 to a multi-bit halftoned image 222 that indicates pixel values with fewer bits than the raster image 220. Halftone system 140 iterates over one or more blocks of pixels from the raster image 220 for a color plane to compare sets of pixel values from the raster image 220 to thresholds that are defined to distinguish the different intensity levels. A comparison of a set of pixel values with a threshold results in a corresponding set of comparison bits. Ternary logic operations 212 are then performed on the comparison bits to generate bit planes 224 for the pixels. Each bit plane 224 represents one of the bits for the pixels. For example, a first bit plane represents the low-order bits of the pixels, a second bit plane represents higher-order bits of the pixels, etc. The bit planes 224, in combination, represent the multi-bit halftoned image 222.
In
In
For the multi-level halftoning process, halftone system 140 may operate on one or more blocks of pixels at a time. Thus, processor 204 may identify a set of pixel values (PV) for pixels 702 in a block (step 608). A block of pixels 702 comprises a grouping or number of pixels that are processed at a time. A block may be a number of pixels consecutive in a row 710 of raster image 220, a number of pixels that wrap around from one row 710 to another, or another desired grouping of pixels.
In
In
As stated above, there may be 256 possible ternary logic functions defined for ternary logic subsystems 214. The selector parameters 219-A/219-B are computed for ternary logic subsystems 214 to select the desired ternary logic functions for each bit plane. A selector parameter may be thought of as a lookup table. The three input bits form a number i between zero and seven. The ith bit of the selector parameter gives the output bit for the case of input i.
To compute a selector parameter 219-A for the first bit plane (i.e., for the low-order bits), we use the rightmost column of the output table 1512. Selector parameter 219-A is an eight-bit value. According to the rightmost column, a value of “0” is mapped to an input of “000” (decimal value 0), so bit zero of the selector parameter 219-A is set to “0”. A value of “1” is mapped to an input of “001” (decimal value 1), so bit one of the selector parameter 219-A is set to “1”. A value of “0” is mapped to an input of “011” (decimal value 3), so bit three of the selector parameter 219-A is set to “0”. A value of “1” is mapped to an input of “111” (decimal value 7), so bit seven of the selector parameter 219-A is set to “1”. The other bits of the selector parameter 219-A are set to a “don't care” value (“X”). Since the corresponding input bit patterns do not occur in well-designed halftone threshold arrays, these values will have no effect on the halftoned image. They may be thought of as values that will appear in the case of an error in the threshold array.
To compute a selector parameter 219-B for the second bit plane (i.e., for higher-order bits), we use leftmost column of the output table 1512. According to the leftmost column, a value of “0” is mapped to an input of “000” (decimal value 0), so bit zero of the selector parameter 219-B is set to “0”. A value of “0” is mapped to an input of “001” (decimal value 1), so bit one of the selector parameter 219-B is set to “0”. A value of “1” is mapped to an input of “011” (decimal value 3), so bit three of the selector parameter 219-B is set to “1”. A value of “1” is mapped to an input of “111” (decimal value 7), so bit seven of the selector parameter 219-B is set to “1”. The other bits of the selector parameter 219-B are set to a “don't care” value (“X”).
The ternary logic operations output a set 1301 of low-order bits (LOB) for the block 800 of pixels 702, and a set 1302 of higher-order bits (HOB) for the block 800 of pixels 702. Processor 204 may repeat the multi-level halftoning process on multiple blocks of pixels 702 defined within raster image 220 in a similar manner. For example, if there is a determination (step 617) that the multi-level halftoning process is performed on additional blocks 800 of pixels 702, then method 600 returns to step 608 to identify a set of pixel values for another block 800 of pixels 702.
Processor 204 is configured to generate a plurality of bit planes 224 representing the pixel values for halftoned image 222. For example, a two-bit (four level) output includes two bit planes: one for the low-order bits, and one for the higher-order bits of each pixel. In
Processor 204 may be configured to output bit planes 224 to print engine 120, print mechanism 126, or another subsystem. For example, print engine 120 may be configured to handle individual bit planes for a printing operation. Thus, processor 204 may initiate transmission of the bit planes (e.g., the first bit plane 224-A and the second bit plane 224-B) to a destination, such as print engine 120, print mechanism 126, or another subsystem (step 622). For example, when halftone system 140 is implemented in print controller 114 of DFE 110 (see
In another embodiment, processor 204 may be configured to output a halftoned image 222. In this case, processor 204 may perform an interleave operation to merge the bit planes 224 of halftoned image 222 (step 624).
The multi-level halftoning process described above is performed for a raster image 220 of a single color plane. For a CMYK color model, for example, method 600 may be repeated to halftone raster images for each of the color planes. An interleave operation as described above may also be performed on bit planes for multiple color planes. The interleaving of bits for each color plane can target the bit fields reserved for that color in a multi-color halftoned image. In this case, when the bits for each color planes are interleaved, all colors would then already be interleaved in the halftoned image.
Some of the examples provided above illustrate halftoning for four intensity levels. However, the concepts described herein apply to three intensity levels, five intensity levels, six intensity levels, or more. The case of three intensity levels is treated in a similar way as four intensity levels, except the third threshold is set to zero. For the case of eight intensity levels, there are seven thresholds. The comparison bits resulting from a comparison of the pixel values and a first threshold, a second threshold, and a third threshold may be input to a first ternary logic operation to output one bit plane. The comparison bits resulting from a comparison of the pixel values and a fifth threshold, a sixth threshold, and a seventh threshold may be input to a second ternary logic operation to output another bit plane. The comparison bits resulting from a comparison of the pixel values and a fourth threshold may be output to yet another bit plane (e.g., the most significant bit). The comparison of the fourth threshold may also be used to select which ternary logic result is written to the least significant bit plane. The cases of five to seven intensity levels may be treated the same eight intensity levels, except that the unused thresholds are treated as if they were zero.
Embodiments disclosed herein can take the form of software, hardware, firmware, or various combinations thereof. In one particular embodiment, software is used to direct a processing system of the image forming apparatus 100 to perform the various operations disclosed herein.
Computer readable storage medium 1912 can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device. Examples of computer readable storage medium 1912 include a solid-state memory, a magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk, and an optical disk. Current examples of optical disks include compact disk—read only memory (CD-ROM), compact disk—read/write (CD-R/W), and DVD.
Processing system 1900, being suitable for storing and/or executing the program code, includes at least one processor 1902 coupled to program and data memory 1904 through a system bus 1950. Program and data memory 1904 can include local memory employed during actual execution of the program code, bulk storage, and cache memories that provide temporary storage of at least some program code and/or data in order to reduce the number of times the code and/or data are retrieved from bulk storage during execution.
I/O devices 1906 (including but not limited to keyboards, displays, pointing devices, etc.) can be coupled either directly or through intervening I/O controllers. Network adapter interfaces 1908 may also be integrated with the system to enable processing system 1900 to become coupled to other data processing systems or storage devices through intervening private or public networks. Modems, cable modems, IBM Channel attachments, SCSI, Fibre Channel, and Ethernet cards are just a few of the currently available types of network or host interface adapters. Display device interface 1910 may be integrated with the system to interface to one or more display devices, such as printing systems and screens for presentation of data generated by processor 1902.
Although specific embodiments are described herein, the scope of the disclosure is not limited to those specific embodiments. The scope of the disclosure is defined by the following claims and any equivalents thereof.
Kailey, Walter F., Ward, David, Rutkowski, Thomas
Patent | Priority | Assignee | Title |
11072166, | Dec 18 2019 | Ricoh Company, Ltd. | System and method of monitoring usage of a recording material in an image forming apparatus |
11620269, | May 29 2020 | EMC IP HOLDING COMPANY LLC | Method, electronic device, and computer program product for data indexing |
Patent | Priority | Assignee | Title |
10277775, | Mar 31 2017 | Heidelberger Druckmaschinen AG | Method for compensating for tone value fluctuation in an inkjet printing machine |
5121446, | Feb 10 1989 | Canon Kabushiki Kaisha | Image processing apparatus capable of obtaining multi-level data |
5710827, | Sep 19 1994 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Halftone dither cell with integrated preferred color matching |
6021217, | Oct 17 1997 | Toshiba Tec Kabushiki Kaisha | Image processing method and printer |
7116447, | May 24 2002 | MIDWEST ATHLETICS AND SPORTS ALLIANCE LLC | Halftone dot-growth technique using a dot edge-detection scheme |
7422300, | Sep 30 2004 | FUJIFILM Corporation | Image forming apparatus and image forming method |
7480072, | Aug 29 2001 | HEWLETT-PACKARD DEVELOPMENT COMPANY L P | Efficient and flexible multi-bit halftoning |
9641726, | May 06 2016 | Xerox Corporation | Multi-ink vector halftoning using multi-bit vector halftoning methods |
20040125410, | |||
20100171970, | |||
20160173724, | |||
20190220714, | |||
CN1628980, | |||
JP9046518, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Dec 16 2019 | KAILEY, WALTER F | Ricoh Company, LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 051323 | /0459 | |
Dec 16 2019 | WARD, DAVID | Ricoh Company, LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 051323 | /0459 | |
Dec 18 2019 | Ricoh Company, Ltd. | (assignment on the face of the patent) | / | |||
Dec 18 2019 | RUTKOWSKI, THOMAS | Ricoh Company, LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 051323 | /0459 |
Date | Maintenance Fee Events |
Dec 18 2019 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
May 23 2024 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Date | Maintenance Schedule |
Dec 01 2023 | 4 years fee payment window open |
Jun 01 2024 | 6 months grace period start (w surcharge) |
Dec 01 2024 | patent expiry (for year 4) |
Dec 01 2026 | 2 years to revive unintentionally abandoned end. (for year 4) |
Dec 01 2027 | 8 years fee payment window open |
Jun 01 2028 | 6 months grace period start (w surcharge) |
Dec 01 2028 | patent expiry (for year 8) |
Dec 01 2030 | 2 years to revive unintentionally abandoned end. (for year 8) |
Dec 01 2031 | 12 years fee payment window open |
Jun 01 2032 | 6 months grace period start (w surcharge) |
Dec 01 2032 | patent expiry (for year 12) |
Dec 01 2034 | 2 years to revive unintentionally abandoned end. (for year 12) |