US20020008881A1 - Method and apparatus generating a bitmap - Google Patents

Method and apparatus generating a bitmap Download PDF

Info

Publication number
US20020008881A1
US20020008881A1 US09/939,324 US93932401A US2002008881A1 US 20020008881 A1 US20020008881 A1 US 20020008881A1 US 93932401 A US93932401 A US 93932401A US 2002008881 A1 US2002008881 A1 US 2002008881A1
Authority
US
United States
Prior art keywords
greyscale
pixel
greyscale pixel
bitmap
generate
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.)
Abandoned
Application number
US09/939,324
Inventor
Andrew Riley
Martin Gouch
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
FFEI Ltd
Original Assignee
FFEI Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by FFEI Ltd filed Critical FFEI Ltd
Priority to US09/939,324 priority Critical patent/US20020008881A1/en
Publication of US20020008881A1 publication Critical patent/US20020008881A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/02Affine transformations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4007Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4023Scaling of whole images or parts thereof, e.g. expanding or contracting based on decimating pixels or lines of pixels; based on inserting pixels or lines of pixels

Definitions

  • the present invention relates to a method and apparatus for generating a bitmap which is representative of an original image such as a film separation.
  • Input scanners conventionally sample an original image (such as a continuous tone image or a film separation) and generate a bitmap suitable for output to a bi-level printing device.
  • a problem with known input scanners is that they can take a significant amount of time to scan the original image at the resolution required by the bi-level printing device.
  • the method enables an original image to be scanned more quickly and reduces the amount of image data which needs to be processed.
  • the interpolation may comprise a linear 2-point interpolation.
  • the interpolation comprises a 4-point interpolation which provides a small amount of sharpening of the image.
  • an interpolation algorithm having an order greater than 4 could be used, which in some cases may improve image quality.
  • Conventional input scanners may be used to scan film separations, ie. films which carry information on a particular colour component of an image.
  • film separations ie. films which carry information on a particular colour component of an image.
  • CMYK magenta yellow or black
  • the second aspect of the present invention enables the bitmaps to be accurately and easily registered with each other. It has been appreciated that if the bitmap (as opposed to the greyscale pixel map) is rotated this can result in systematic errors which are visible in the final image. By rotating the greyscale pixel map these errors are minimised.
  • the methods of the first and second aspects of the present invention are combined.
  • the interpolation and rotation may be carried out sequentially but preferably the greyscale pixel map is rotated and interpolated in a single composite transformation. This reduces the amount of computation required.
  • the original image is a screened image such as a film separation.
  • Scanning such an original image is known conventionally as “copy dot scanning” in which an original screened image comprising a number of (typically bi-level) dots is scanned.
  • the film separations have typically been previously created by a conventional digital halftoning technique. That is, the separations are created by scanning an original continuous tone image to generate cyan, magenta, yellow and black greyscale representations of the image, converting the greyscale representations into binary form suitable for printing, and printing the bitmap on film.
  • the film separations are conventionally known as binary screened images since they are binary images which have been created by sampling an original image using a screen.
  • a film separation can be modelled as a digital black and white bitmap. That is, film separations when examined at high magnification can be seen to be a regular grid of black dots on a clear background.
  • FIG. 13 illustrates a magnified portion of a film separation along with its associated screen grid. The magnified portion contains three half-tone dots 100 - 102 on a screen grid 104 . Ideally the grid 104 would be scanned at exactly the resolution at which it was produced, and in register, so that the sampled pixel locations are centred on the original pixel locations. However due to inaccuracies in generating the original, film stretch during processing or handling, and problems matching the input scanner screen grid with the screen grid 104 this ideal is impossible to achieve. This problem is illustrated in FIG.
  • FIG. 14 which illustrates the sampling of the dot 100 using an offset sampling grid 105 .
  • the greyscale representation of the dot 100 is illustrated at 106 , where the numbers illustrate the percentage density at each sampling point.
  • Conventional techniques then convert the greyscale representation of the dot using thresholding techniques. If the threshold is set at 50% then the bitmap representation of the dot is illustrated at 107 . If the threshold is set at 40%, then the bitmap representation will be as illustrated at 108 . It can be seen that neither 107 nor 108 are accurate representations of the dot 100 . This will result in tonal changes—for instance where a 50% threshold is used, only four black pixels are generated and as a result the image will be lighter than required.
  • bitmap representative of an original image comprising a plurality of white/black binary pixel values each having a respective pixel location, the method comprising
  • step (iv) assigning a black binary pixel value to the pixel location when the comparison carried out in step (iii) satisfies a predetermined condition.
  • This method ensures that the number of black dots in the original image is accurately reproduced in the bitmap, and results in more accurate tonal reproduction.
  • a black binary pixel value is assigned to the pixel location when the rank of the greyscale pixel is greater than or equal to the desired number of black binary pixels.
  • white/black are simply labels which refer to the two values (i.e. 1/0) which can be assigned to each binary pixel, and do not necessarily relate to the tonal or colour content of the image.
  • step (ii) comprises summing the greyscale pixel value of each pixel in the neighbourhood and determining (B_Pc) from the sum (TD) in accordance with a predetermined algorithm.
  • the desired number of black binary pixels is determined in step (ii) in accordance with the average of the greyscale pixel values in the neighbourhood.
  • N is the number of pixels in the neighbourhood
  • B_Pc is the desired number of black binary pixels
  • TD is the sum of the greyscale pixel values in the neighbourhood
  • I_white is a background white level
  • I_black is a black level.
  • the desired number of black binary pixels in the neighbourhood is determined using a look-up table (LUT) loaded with the predetermined algorithm.
  • TD the sum of the greyscale pixel values in the neighbourhood
  • TD is input into the LUT, which is loaded with a black-count corresponding with every possible input TD.
  • the LUT is previously calibrated, for instance by scanning a calibration strip containing a range of patches, each patch having a respective different density. This generates a calibration greyscale pixel map which is input to the LUT, and the output of the LUT is compared with a desired output. The error in the output of the LUT can then be minimised, for instance by iteration of the LUT.
  • the method of the third aspect of the present invention is combined with the methods according to the first and/or second aspects of the present invention.
  • apparatus for generating a bitmap representative of an original image comprising
  • an input scanner for scanning the original image to generate a greyscale pixel map comprising a plurality of greyscale pixel values, the input scanner comprising;
  • apparatus for producing an output image from a plurality of colour separations comprising
  • the degree of rotation may be set manually.
  • the apparatus may further comprise means for detecting a plurality of registration marks in each greyscale pixel map; means for determining a rotation value from the locations of the detected registration marks; and means for rotating one or more of the greyscale pixel maps by the rotation value.
  • apparatus for generating a bitmap representative of an original image, the bitmap comprising a plurality of binary pixel values each having a respective pixel location, the apparatus comprising
  • step (iv) assigning a black binary pixel value to the pixel location when the comparison carried out in step (iii) satisfies a predetermined condition.
  • FIG. 1 is a schematic diagram of an example of an input scanner and copy dot processor
  • FIG. 2 is a flow diagram illustrating a method of generating a bitmap from a film separation using the system of FIG. 1;
  • FIG. 3 illustrates the registration marks on a greyscale pixel map
  • FIGS. 4 - 7 are screen grids illustrating a resize and rotate operation, in which;
  • FIG. 4 illustrates part of a low resolution pixel map
  • FIG. 5 illustrates the pixel map of FIG. 4 with part of a rotated screen grid illustrated in dashed lines;
  • FIG. 6 illustrates a rotated screen grid at twice the resolution with horizontal interpolated pixel points
  • FIG. 7 illustrates the rotated screen grid with interpolated horizontal and vertical pixel points
  • FIG. 8 is a flow diagram illustrating an example of a method of assigning a binary pixel value to each pixel location
  • FIG. 9 is a schematic diagram of an imaging system incorporating the system of FIG. 1;
  • FIG. 10 illustrates the black pixel count look-up table
  • FIG. 11 is a flow diagram showing the calibration process
  • FIG. 12 illustrates the effect of calibration on the black pixel count look-up table
  • FIG. 13 illustrates part of a typical film separation when viewed at high enlargement
  • FIG. 14 illustrates the results of a conventional method of conversion of one of the dots illustrated in FIG. 13 to a bitmap.
  • FIG. 1 is a schematic illustration of an input scanner 91 (which electronically samples original images) connected to an associated copy dot processing system 30 .
  • a transparent drum 1 has the original images mounted on its outer surface.
  • four film separations 2 - 5 are mounted on the cylinder 1 .
  • Each separation 2 - 5 carries a black and white printed image which represents the cyan, magenta, yellow or black colour density component of a colour image.
  • a white light source 6 inside the cylinder 1 generates a light beam 7 which passes through the drum 1 illuminating part of one of the film separations.
  • the modulated beam 9 is received by radiation sensor 10 .
  • the cylinder rotates and the light source 6 and radiation sensor 10 move parallel to the axis of the cylinder 1 .
  • the radiation sensor 10 generates a logarithmic signal 11 which is proportional to the logarithm of the intensity of the modulated light beam 9 .
  • Converter 55 takes the exponential of the logarithmic signal 11 to generate a signal 12 which is proportional to the intensity of the modulated light beam 9 and hence proportional to the density of the film separation.
  • Analogue-to-digital converter 13 converts the signal 12 into a digital greyscale signal 90 comprising a sequence of 0-255 greyscale pixel values representing the density of the images on the scanner cylinder 1 with a screen grid at a resolution of 50 lines per mm.
  • the greyscale signal 90 is input to a copy dot processing system 30 which is described below.
  • System bus 31 is connected to microprocessor 32 which controls the overall process flow.
  • the greyscale signal 90 is saved in low resolution greyscale image store 33 .
  • a resize/register system 38 carries out resizing and registration operations on the greyscale images.
  • High resolution greyscale image store 34 stores high resolution greyscale images and bitmap image store 35 stores the final output of the system, i.e. bitmaps.
  • An input device 36 and monitor 37 are also connected to the system bus 31 for operator input.
  • a first step 40 the cylinder 1 is scanned to generate a greyscale pixel map of the entire cylinder 1 at a resolution of 50 lines per mm.
  • the portions of the pixel map corresponding to the four film separations are then extracted from the pixel map at 41 (a process known as “cropping”) to generate four separate low resolution greyscale pixel maps 14 - 17 , each corresponding to a respective film separation.
  • the four greyscale pixel maps 14 - 17 are stored in low resolution greyscale store 33 .
  • a third step 42 the system analyses the greyscale pixel maps 14 - 17 to determine whether there is any misregistration between the respective images.
  • the misregistration can be determined automatically or manually as described below.
  • FIG. 3 illustrates one of the greyscale pixel maps 14 .
  • Each film separation 2 - 5 carries registration marks 51 - 54 which in this example are crosses.
  • a user views each greyscale pixel map 14 - 17 on monitor 37 and points to at least two of the register marks 51 - 54 on each map using input device 36 .
  • the microprocessor 32 automatically locates a particular feature of each selected registration mark, for instance the centre of the cross. The locations of the two selected register marks are then used to determine the rotation values ⁇ and offset values which will be required for each of the four greyscale pixel maps 14 - 17 to be precisely in register.
  • the rotation and offset values may be determined automatically by a process of image recognition, in which the microprocessor 32 analyses the entire greyscale pixel maps 14 - 17 to locate the registration marks.
  • a fourth step 43 the system determines the required output resolution, i.e. the resolution of the bitmap which is stored in bitmap store 35 . This can be determined by user input via input device 36 , or may be determined automatically. In the example described below the output resolution is 100 lines per mm.
  • a fifth step 44 the system carries out a resize/register operation on greyscale pixel maps 14 - 17 as described below.
  • FIG. 4 illustrates part of one of the greyscale pixel maps 14 - 17 and its associated screen grid.
  • the pixel map comprises a number of pixel values which each represent colour density at a respective pixel location 60 - 63 etc. on a rectangular screen grid 64 .
  • the screen grid 64 has a resolution of fifty lines per mm.
  • the resize/register system 38 first generates a rotated screen grid 65 at the required angle ⁇ .
  • the system 33 then carries out a four-point interpolation process to generate pixel values at rotated pixel locations 66 - 69 etc. which lie at the intersection points of the rotated screen grid 65 with the original rectangular screen grid 64 .
  • the pixel at location 66 is generated by four point interpolation from the four vertically arranged original pixel points 60 - 63 .
  • R is the interpolated pixel value
  • v is the original pixel value
  • [0097] c is a weighting coefficient.
  • the weighting coefficient c is determined with reference to a look-up table 56 which contains a table of cubic coefficients.
  • the inputs to the look-up table are the value i and the distance 70 between the pixel location 66 and the second original pixel location 61 .
  • FIG. 6 illustrates a rotated screen grid 71 at twice the resolution of the rotated screen grid 65 .
  • a high resolution rotated pixel map is generated by first carrying out a 4-point interpolation along rows of the screen grid 65 to generate pixel values at locations 72 - 75 etc. For instance the pixel value at location 74 is calculated by carrying out 4-point interpolation from the pixel values at locations 67 , 69 , 76 , 77 .
  • the remaining pixel values at pixel locations 80 - 83 etc are determined by 4-point interpolation along columns of the high resolution screen grid 71 .
  • the pixel value at pixel location 83 is calculated by four point interpolation from the adjacent four pixels at locations 75 , 84 - 86 .
  • the output of the process illustrated in FIGS. 4 - 7 is a set of four high resolution rotated greyscale pixel maps 18 - 21 which are stored in high resolution greyscale image store 34 .
  • a final step 45 the four greyscale pixel maps 18 - 21 are converted into bitmap form.
  • the method of converting the greyscale pixel maps 18 - 21 is illustrated in detail in FIG. 8.
  • Step 101 The next pixel is selected.
  • Step 102 If there are no more pixels, then the loop is terminated at step 103 .
  • RANK is the pixel rank
  • p is a pixel number
  • D cp is the density of the centre pixel
  • D p is the density of the P th neighbouring pixel
  • GE[D cp ⁇ D p ] is the output of a look-up table which is programmed as shown in Table 1: TABLE 1 D cp -D p GE [D cp -D p ] 255 2 • • • • • • 2 2 1 2 0 1 ⁇ 1 0 ⁇ 2 0 • • • • • • ⁇ 255 0
  • This look-up table adds 2 for every neighbouring pixel that has a density that is lower than the centre pixel. It also adds 1 for each pixel of equal density.
  • Step 106 The total density value TD is input to a black pixel look-up table 107 (FIG. 1).
  • the output of the black pixel look-up table 107 is a black pixel count B_Pc.
  • Step 110 If RANK ⁇ 50 ⁇ (B_Pc+1) then the centre pixel is designated as a white pixel at step 111 .
  • Step 113 If R is greater than 0.5 then the centre pixel density D cp is decremented to break the equality (step 115 ) and the centre pixel is designated as a white pixel at 111 . If R is less than 0.5 then the centre pixel density D cp is incremented and the centre pixel is designated as a black pixel at step 109 .
  • the method illustrated in FIG. 8 uses a neighbourhood comprising a 5*5 square of pixels but any suitable neighbourhood may be chosen, for instance a 3*3 or 4*4 square of pixels.
  • the process illustrated in FIG. 8 generates four bitmaps 120 - 123 which are stored in bitmap store 35 .
  • the bitmaps 120 - 123 can then be displayed on monitor 37 .
  • the black pixel look-up table 107 may be linear (i.e. with the output B_Pc being proportional to the input TD). However preferably the black pixel look-up table 107 is calibrated as discussed below with reference to FIGS. 9 to 12 .
  • FIG. 9 is a schematic illustration of an imaging system incorporating the input scanner 91 and copy dot processing system 30 illustrated in FIG. 1.
  • An original image 200 (such as a continuous tone colour print or transparency) is scanned into an input scanner 201 which generates a set of greyscale image files 202 .
  • the image files 202 are input to an imagesetter 203 .
  • the imagesetter 203 converts the greyscale image files 202 into bit map form and prints a set of film separations 204 in accordance with the calculated bit maps.
  • the separations 204 can then be directly printed by mounting them on a film processor 205 which generates a set of printing plates 206 and mounting the printing plates 206 on a printer 207 which produces a colour print 208 .
  • the colour print 208 is a direct copy of the original 200 .
  • the bitmap processor in the imagesetter 203 is previously calibrated in a known manner to account for errors in the imagesetting process.
  • the transparency 204 may be converted into bit map form by a method according to the present invention using a different input scanner 91 and an associated copy dot processor 30 .
  • the input scanner 91 generates a set of greyscale image files 14 - 17 (as discussed previously with reference to FIG. 1) which are processed by copy dot processor 30 to generate a set of high resolution bitmap files 120 - 123 .
  • the greyscale image files 14 - 17 or bitmap files 120 - 123 may also be modified by an image processor 250 .
  • the image processor 250 may perform colour correction or may merge the image with previously stored images.
  • bitmap files 120 - 123 can be used to generate a colour print 209 in two alternative ways.
  • bitmaps 120 - 123 are converted directly into a set of printing plates 210 by a copy-to-plate (CTP) processor 211 .
  • the plates 210 are then mounted on a printer 212 which prints the colour print 209 .
  • bitmaps 120 - 123 are input to an imagesetter 213 which generates a set of separations 214 .
  • the separations 214 are mounted on a film processor 215 which generates a set of printing plates 216 .
  • the printing plates 216 are then mounted on a printer 212 which prints the colour print 209 .
  • the separations 214 will not accurately reproduce the separations 204 without additional calibration of the copydot processing system 30 .
  • the calibration method is discussed below.
  • Calibration is achieved by altering the programming of the black pixel count look-up table 107 .
  • the pixel count look-up table 207 has the form illustrated in FIG. 10.
  • the input to the look-up table (TD) has a value between 0 and 25 ⁇ 255.
  • the output of the look-up table (B_Pc) varies in steps of 2 between 0 and 50. In its zero calibration configuration, each step S 0 -S 24 is equally spaced.
  • a calibration image is generated by quark image generation software 321 (FIG. 9) and saved as a bitmap 251 .
  • the calibration bit map 251 comprises a matrix of 29 patches, each patch having a required internal density R_D X between 0 and 100% as set out below in Table 2.
  • R_D x 1 0 2 1 3 2 4 3 5 4 6 5 7 10 8 15 9 20 • • • • • • 21 80 22 85 23 90 24 95 25 96 26 97 27 98 28 99 29 100
  • bitmap 251 is input to imagesetter 213 in step 221 , which prints a calibration strip 323 (FIG. 9).
  • the calibration strip 323 is then mounted on input scanner 91 in step 222 and the greyscale image files 14 - 17 are input to the copydot processor 30 .
  • the copy dot processor 30 generates a zero calibration bitmap in step 223 using the black pixel count look-up table 107 in its “zero calibration” setting.
  • the zero calibration bit map is then exposed using imagesetter 213 in step 224 .
  • the “zero calibration” film strip generated in step 224 is then scanned with a densitometer in step 225 . In order to speed up the densitometer scanning process, only nine of the patches (e.g. with densities of 10, 20, 30, 40, 50, 60, 70, 80 and 90%) are measured.
  • the measured density values M_D X for the nine measured patches are then stored and a fourth power quadratic is fitted to the nine measured values to generate approximate values for all 29 patches. This saves operator time in the measurement process.
  • the copydot processor 30 generates a density space image in step 227 from the greyscale version of the calibration strip as follows.
  • the density space matrix is a 6375 ⁇ 48 matrix with the matrix row given by the total density TD of each pixel (i.e. the sum of the densities of the pixel and its 24 neighbours) and with the column of the matrix given by the RANK value of each pixel.
  • the total density and rank of the pixel is calculated, giving a position in the density space matrix. The value of that position in the matrix is then incremented.
  • step S 0 is moved by ⁇ d and the density space image again processed to give:
  • ID X (S 0 ⁇ d) ID X (ZC) ⁇ ID X (ZC+S 0 ⁇ d)
  • [0146] is the change in ID X following a change of ⁇ d in the position of step S 0 in the look-up table 107 .
  • step 232 The iterative loop of steps 228 - 231 is repeated until the error is minimised in step 231 .
  • the process then stops at step 232 .
  • the result of the calibration procedure is illustrated in FIG. 12.
  • the black pixel count look-up table 107 in its zero calibration position is illustrated by the solid line 240 .
  • the calibration procedure converts the linear function 240 into a sinusoidal curve 241 (shown in dotted lines).
  • the black pixel count is determined as follows. Before step 101 (FIG. 8) a background white level (I_white), and a black level (I_black) are determined.
  • the white and black levels may be determined in a number of ways. In the simplest case the white and black levels are stored previously, ie. the same white and black levels are used regardless of the images on film separations 2 - 5 .
  • the greyscale pixel maps 14 - 15 or 18 - 21 may be analyzed by the microprocessor 32 to enable unique white and black levels to be calculated for each separation from histogram data.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Image Input (AREA)

Abstract

A method of generating a bitmap representative of an original image. The method comprises
(1) scanning the original image to generate a greyscale pixel map;
(2) interpolating and rotating the greyscale pixel map to generate a higher resolution greyscale pixel map; and
(3) converting the higher resolution greyscale pixel map into the bitmap.
The greyscale pixel map is converted into the bitmap by
(i) ranking each greyscale pixel value against the greyscale pixel values of a neighbourhood of adjacent pixel locations;
(ii) determining a desired number of black binary pixels (B_Pc) in the neighbourhood;
(iii) comparing the rank of the greyscale pixel with the desired number of black binary pixels; and
(iv) assigning a black binary pixel value to the pixel location when the comparison carried out in step (iii) satisfies a predetermined condition.

Description

    FIELD OF THE INVENTION
  • The present invention relates to a method and apparatus for generating a bitmap which is representative of an original image such as a film separation. [0001]
  • DESCRIPTION OF THE PRIOR ART
  • Input scanners conventionally sample an original image (such as a continuous tone image or a film separation) and generate a bitmap suitable for output to a bi-level printing device. [0002]
  • A problem with known input scanners is that they can take a significant amount of time to scan the original image at the resolution required by the bi-level printing device. [0003]
  • SUMMARY OF THE INVENTION
  • In accordance with a first aspect of the present invention there is provided a method of generating a bitmap representative of an original image, the method comprising [0004]
  • (1) scanning the original image to generate a greyscale pixel map comprising a plurality of greyscale pixel values by; [0005]
  • (i) directing a light beam onto the original image whereby the light beam is modulated by the image to generate a modulated light beam; [0006]
  • (ii) causing relative scanning movement between the light beam and the original image; [0007]
  • (iii) detecting the modulated light beam to generate a picture signal; and [0008]
  • (iv) generating the plurality of greyscale pixel values from the picture signal; [0009]
  • (2) interpolating the greyscale pixel map to generate a higher resolution greyscale pixel map; and [0010]
  • (3) converting the higher resolution greyscale pixel map into the bitmap. [0011]
  • The method enables an original image to be scanned more quickly and reduces the amount of image data which needs to be processed. [0012]
  • The interpolation may comprise a linear 2-point interpolation. However preferably the interpolation comprises a 4-point interpolation which provides a small amount of sharpening of the image. In a further alternative, an interpolation algorithm having an order greater than 4 could be used, which in some cases may improve image quality. [0013]
  • Conventional input scanners may be used to scan film separations, ie. films which carry information on a particular colour component of an image. Typically four film separations need to be scanned for each image, each corresponding to one of the four conventional printing colours cyan, magenta yellow or black (CMYK). It is important for the scanned images to be in register. Conventionally this is achieved by manually rotating the film separations on the scanner cylinder. This is inaccurate and time consuming. [0014]
  • In accordance with a second aspect of the present invention there is provided a method of producing an output image from a plurality of colour separations comprising [0015]
  • (1) scanning each colour separation to generate a respective plurality of greyscale pixel maps; [0016]
  • (2) rotating one or more of the greyscale pixel maps to correct any misregistration between the colour separations; [0017]
  • (3) converting each greyscale pixel map into a respective bitmap; and [0018]
  • (4) producing the output image by superimposing the bitmaps. [0019]
  • The second aspect of the present invention enables the bitmaps to be accurately and easily registered with each other. It has been appreciated that if the bitmap (as opposed to the greyscale pixel map) is rotated this can result in systematic errors which are visible in the final image. By rotating the greyscale pixel map these errors are minimised. [0020]
  • In a preferable embodiment the methods of the first and second aspects of the present invention are combined. The interpolation and rotation may be carried out sequentially but preferably the greyscale pixel map is rotated and interpolated in a single composite transformation. This reduces the amount of computation required. [0021]
  • In a preferable embodiment the original image is a screened image such as a film separation. Scanning such an original image is known conventionally as “copy dot scanning” in which an original screened image comprising a number of (typically bi-level) dots is scanned. The film separations have typically been previously created by a conventional digital halftoning technique. That is, the separations are created by scanning an original continuous tone image to generate cyan, magenta, yellow and black greyscale representations of the image, converting the greyscale representations into binary form suitable for printing, and printing the bitmap on film. The film separations are conventionally known as binary screened images since they are binary images which have been created by sampling an original image using a screen. [0022]
  • A film separation can be modelled as a digital black and white bitmap. That is, film separations when examined at high magnification can be seen to be a regular grid of black dots on a clear background. FIG. 13 illustrates a magnified portion of a film separation along with its associated screen grid. The magnified portion contains three half-tone dots [0023] 100-102 on a screen grid 104. Ideally the grid 104 would be scanned at exactly the resolution at which it was produced, and in register, so that the sampled pixel locations are centred on the original pixel locations. However due to inaccuracies in generating the original, film stretch during processing or handling, and problems matching the input scanner screen grid with the screen grid 104 this ideal is impossible to achieve. This problem is illustrated in FIG. 14 which illustrates the sampling of the dot 100 using an offset sampling grid 105. The greyscale representation of the dot 100 is illustrated at 106, where the numbers illustrate the percentage density at each sampling point. Conventional techniques then convert the greyscale representation of the dot using thresholding techniques. If the threshold is set at 50% then the bitmap representation of the dot is illustrated at 107. If the threshold is set at 40%, then the bitmap representation will be as illustrated at 108. It can be seen that neither 107 nor 108 are accurate representations of the dot 100. This will result in tonal changes—for instance where a 50% threshold is used, only four black pixels are generated and as a result the image will be lighter than required. If a 40% threshold is used, then seven black pixels are generated, which will result in the image being darker than required. Where there are few black pixels in the original there will tend to be fewer in the regenerated bitmap. Where nearly all the pixels in the original are black even more will be black in the regenerated bitmap. In addition to the tonal changes there are also problems with regenerating the original cluster shapes, with the edges tending to become jagged.
  • In accordance with a third aspect of the present invention there is provided a method of generating a bitmap representative of an original image, the bitmap comprising a plurality of white/black binary pixel values each having a respective pixel location, the method comprising [0024]
  • (1) scanning the original image to generate a greyscale pixel map, the greyscale pixel map comprising a plurality of greyscale pixel values each having a respective pixel location; and [0025]
  • (2) converting the greyscale pixel map into the bitmap by [0026]
  • (i) ranking each greyscale pixel value against the greyscale pixel values of a neighbourhood of adjacent pixel locations; [0027]
  • (ii) determining a desired number of black binary pixels (B_Pc) in the neighbourhood; [0028]
  • (iii) comparing the rank of the greyscale pixel with the desired number of black binary pixels; and [0029]
  • (iv) assigning a black binary pixel value to the pixel location when the comparison carried out in step (iii) satisfies a predetermined condition. [0030]
  • This method ensures that the number of black dots in the original image is accurately reproduced in the bitmap, and results in more accurate tonal reproduction. Typically a black binary pixel value is assigned to the pixel location when the rank of the greyscale pixel is greater than or equal to the desired number of black binary pixels. [0031]
  • It will be understood that the terms white/black are simply labels which refer to the two values (i.e. 1/0) which can be assigned to each binary pixel, and do not necessarily relate to the tonal or colour content of the image. [0032]
  • Typically step (ii) comprises summing the greyscale pixel value of each pixel in the neighbourhood and determining (B_Pc) from the sum (TD) in accordance with a predetermined algorithm. [0033]
  • In a first example the desired number of black binary pixels is determined in step (ii) in accordance with the average of the greyscale pixel values in the neighbourhood. [0034]
  • In a second example the desired number of black binary pixels is determined in step (ii) in accordance with the equation [0035] B _ Pc = 2 [ TD - ( N . I _ white ) ] I _black - I _white
    Figure US20020008881A1-20020124-M00001
  • where [0036]
  • N is the number of pixels in the neighbourhood; [0037]
  • B_Pc is the desired number of black binary pixels; [0038]
  • TD is the sum of the greyscale pixel values in the neighbourhood; [0039]
  • I_white is a background white level; and [0040]
  • I_black is a black level. [0041]
  • In a third example the desired number of black binary pixels in the neighbourhood is determined using a look-up table (LUT) loaded with the predetermined algorithm. TD (the sum of the greyscale pixel values in the neighbourhood) is input into the LUT, which is loaded with a black-count corresponding with every possible input TD. Typically the LUT is previously calibrated, for instance by scanning a calibration strip containing a range of patches, each patch having a respective different density. This generates a calibration greyscale pixel map which is input to the LUT, and the output of the LUT is compared with a desired output. The error in the output of the LUT can then be minimised, for instance by iteration of the LUT. [0042]
  • In a preferable embodiment the method of the third aspect of the present invention is combined with the methods according to the first and/or second aspects of the present invention. [0043]
  • In accordance with a fourth aspect of the present invention there is provided apparatus for generating a bitmap representative of an original image, the apparatus comprising [0044]
  • (1) an input scanner for scanning the original image to generate a greyscale pixel map comprising a plurality of greyscale pixel values, the input scanner comprising; [0045]
  • (i) means for directing a light beam onto the original image whereby the light beam is modulated by the image to generate a modulated light beam; [0046]
  • (ii) means for causing relative scanning movement between the light beam and the original image; [0047]
  • (iii) a detector for detecting the modulated light beam to generate a picture signal; and [0048]
  • (iv) means for generating the plurality of greyscale pixel values from the picture signal; [0049]
  • (2) means for interpolating the greyscale pixel map to generate a higher resolution greyscale pixel map; and [0050]
  • (3) means for converting the higher resolution greyscale pixel map into the bitmap. [0051]
  • In accordance with a fifth aspect of the present invention there is provided apparatus for producing an output image from a plurality of colour separations comprising [0052]
  • (1) means for scanning each colour separation to generate a respective plurality of greyscale pixel maps; [0053]
  • (2) means for rotating one or more of the greyscale pixel maps to correct any misregistration between the colour separations; [0054]
  • (3) means for converting each greyscale pixel map into a respective bitmap; and [0055]
  • (4) means for producing the output image by superimposing the bitmaps. [0056]
  • The degree of rotation may be set manually. [0057]
  • Alternatively the apparatus may further comprise means for detecting a plurality of registration marks in each greyscale pixel map; means for determining a rotation value from the locations of the detected registration marks; and means for rotating one or more of the greyscale pixel maps by the rotation value. [0058]
  • In accordance with a sixth aspect of the present invention there is provided apparatus for generating a bitmap representative of an original image, the bitmap comprising a plurality of binary pixel values each having a respective pixel location, the apparatus comprising [0059]
  • (1) means for scanning the original image to generate a greyscale pixel map, the greyscale pixel map comprising a plurality of greyscale pixel values each having a respective pixel location; and [0060]
  • (2) means for converting the greyscale pixel map into the bitmap by [0061]
  • (i) ranking each greyscale pixel value against the greyscale pixel values of a neighbourhood of adjacent pixel locations; [0062]
  • (ii) determining a desired number of black binary pixels in the neighbourhood; [0063]
  • (iii) comparing the rank of the greyscale pixel with the desired number of black binary pixels; and [0064]
  • (iv) assigning a black binary pixel value to the pixel location when the comparison carried out in step (iii) satisfies a predetermined condition.[0065]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • An embodiment of the present invention will now be described and contrasted with the prior art with reference to the accompanying Figures, in which: [0066]
  • FIG. 1 is a schematic diagram of an example of an input scanner and copy dot processor; [0067]
  • FIG. 2 is a flow diagram illustrating a method of generating a bitmap from a film separation using the system of FIG. 1; [0068]
  • FIG. 3 illustrates the registration marks on a greyscale pixel map; [0069]
  • FIGS. [0070] 4-7 are screen grids illustrating a resize and rotate operation, in which;
  • FIG. 4 illustrates part of a low resolution pixel map; [0071]
  • FIG. 5 illustrates the pixel map of FIG. 4 with part of a rotated screen grid illustrated in dashed lines; [0072]
  • FIG. 6 illustrates a rotated screen grid at twice the resolution with horizontal interpolated pixel points; and [0073]
  • FIG. 7 illustrates the rotated screen grid with interpolated horizontal and vertical pixel points; [0074]
  • FIG. 8 is a flow diagram illustrating an example of a method of assigning a binary pixel value to each pixel location; [0075]
  • FIG. 9 is a schematic diagram of an imaging system incorporating the system of FIG. 1; [0076]
  • FIG. 10 illustrates the black pixel count look-up table; [0077]
  • FIG. 11 is a flow diagram showing the calibration process; [0078]
  • FIG. 12 illustrates the effect of calibration on the black pixel count look-up table; [0079]
  • FIG. 13 illustrates part of a typical film separation when viewed at high enlargement; and [0080]
  • FIG. 14 illustrates the results of a conventional method of conversion of one of the dots illustrated in FIG. 13 to a bitmap.[0081]
  • EMBODIMENT
  • FIG. 1 is a schematic illustration of an input scanner [0082] 91 (which electronically samples original images) connected to an associated copy dot processing system 30. A transparent drum 1 has the original images mounted on its outer surface. In the example of FIG. 1, four film separations 2-5 are mounted on the cylinder 1. Each separation 2-5 carries a black and white printed image which represents the cyan, magenta, yellow or black colour density component of a colour image.
  • A [0083] white light source 6 inside the cylinder 1 generates a light beam 7 which passes through the drum 1 illuminating part of one of the film separations. The modulated beam 9 is received by radiation sensor 10. In order to scan the whole cylinder 1, the cylinder rotates and the light source 6 and radiation sensor 10 move parallel to the axis of the cylinder 1. The radiation sensor 10 generates a logarithmic signal 11 which is proportional to the logarithm of the intensity of the modulated light beam 9. Converter 55 takes the exponential of the logarithmic signal 11 to generate a signal 12 which is proportional to the intensity of the modulated light beam 9 and hence proportional to the density of the film separation. Analogue-to-digital converter 13 converts the signal 12 into a digital greyscale signal 90 comprising a sequence of 0-255 greyscale pixel values representing the density of the images on the scanner cylinder 1 with a screen grid at a resolution of 50 lines per mm.
  • The [0084] greyscale signal 90 is input to a copy dot processing system 30 which is described below.
  • [0085] System bus 31 is connected to microprocessor 32 which controls the overall process flow. The greyscale signal 90 is saved in low resolution greyscale image store 33. A resize/register system 38 carries out resizing and registration operations on the greyscale images. High resolution greyscale image store 34 stores high resolution greyscale images and bitmap image store 35 stores the final output of the system, i.e. bitmaps. An input device 36 and monitor 37 are also connected to the system bus 31 for operator input.
  • Referring to FIG. 2, in a [0086] first step 40 the cylinder 1 is scanned to generate a greyscale pixel map of the entire cylinder 1 at a resolution of 50 lines per mm. The portions of the pixel map corresponding to the four film separations are then extracted from the pixel map at 41 (a process known as “cropping”) to generate four separate low resolution greyscale pixel maps 14-17, each corresponding to a respective film separation. The four greyscale pixel maps 14-17 are stored in low resolution greyscale store 33.
  • In a [0087] third step 42, the system analyses the greyscale pixel maps 14-17 to determine whether there is any misregistration between the respective images. The misregistration can be determined automatically or manually as described below.
  • FIG. 3 illustrates one of the greyscale pixel maps [0088] 14. Each film separation 2-5 carries registration marks 51-54 which in this example are crosses. In the manual process, a user views each greyscale pixel map 14-17 on monitor 37 and points to at least two of the register marks 51-54 on each map using input device 36. The microprocessor 32 automatically locates a particular feature of each selected registration mark, for instance the centre of the cross. The locations of the two selected register marks are then used to determine the rotation values θ and offset values which will be required for each of the four greyscale pixel maps 14-17 to be precisely in register.
  • Alternatively the rotation and offset values may be determined automatically by a process of image recognition, in which the [0089] microprocessor 32 analyses the entire greyscale pixel maps 14-17 to locate the registration marks.
  • In a [0090] fourth step 43, the system determines the required output resolution, i.e. the resolution of the bitmap which is stored in bitmap store 35. This can be determined by user input via input device 36, or may be determined automatically. In the example described below the output resolution is 100 lines per mm.
  • In a [0091] fifth step 44, the system carries out a resize/register operation on greyscale pixel maps 14-17 as described below.
  • FIG. 4 illustrates part of one of the greyscale pixel maps [0092] 14-17 and its associated screen grid. The pixel map comprises a number of pixel values which each represent colour density at a respective pixel location 60-63 etc. on a rectangular screen grid 64. The screen grid 64 has a resolution of fifty lines per mm. As illustrated in FIG. 5, the resize/register system 38 first generates a rotated screen grid 65 at the required angle θ. The system 33 then carries out a four-point interpolation process to generate pixel values at rotated pixel locations 66-69 etc. which lie at the intersection points of the rotated screen grid 65 with the original rectangular screen grid 64. For instance the pixel at location 66 is generated by four point interpolation from the four vertically arranged original pixel points 60-63.
  • The four point interpolation is carried out in accordance with the formula: [0093] R = i = 1 4 c i v i
    Figure US20020008881A1-20020124-M00002
  • where [0094]
  • R is the interpolated pixel value [0095]
  • v is the original pixel value and [0096]
  • c is a weighting coefficient. [0097]
  • The weighting coefficient c is determined with reference to a look-up table [0098] 56 which contains a table of cubic coefficients. The inputs to the look-up table are the value i and the distance 70 between the pixel location 66 and the second original pixel location 61.
  • FIG. 6 illustrates a rotated [0099] screen grid 71 at twice the resolution of the rotated screen grid 65. A high resolution rotated pixel map is generated by first carrying out a 4-point interpolation along rows of the screen grid 65 to generate pixel values at locations 72-75 etc. For instance the pixel value at location 74 is calculated by carrying out 4-point interpolation from the pixel values at locations 67, 69, 76, 77.
  • As illustrated in FIG. 7, the remaining pixel values at pixel locations [0100] 80-83 etc are determined by 4-point interpolation along columns of the high resolution screen grid 71. For instance the pixel value at pixel location 83 is calculated by four point interpolation from the adjacent four pixels at locations 75, 84-86.
  • The output of the process illustrated in FIGS. [0101] 4-7 is a set of four high resolution rotated greyscale pixel maps 18-21 which are stored in high resolution greyscale image store 34.
  • In a [0102] final step 45 the four greyscale pixel maps 18-21 are converted into bitmap form. The method of converting the greyscale pixel maps 18-21 is illustrated in detail in FIG. 8.
  • For each pixel location a binary value is calculated in the following loop: [0103]
  • [0104] Step 101. The next pixel is selected.
  • [0105] Step 102. If there are no more pixels, then the loop is terminated at step 103.
  • [0106] Step 104. The density of the centre pixel is ranked against the density of its 24 nearest neighbours as follows: RANK = p = 1 p = 24 GE [ D cp - D p ]
    Figure US20020008881A1-20020124-M00003
  • where: [0107]
  • RANK is the pixel rank; [0108]
  • p is a pixel number; [0109]
  • D[0110] cp is the density of the centre pixel;
  • D[0111] p is the density of the Pth neighbouring pixel; and
  • GE[D[0112] cp−Dp] is the output of a look-up table which is programmed as shown in Table 1:
    TABLE 1
    Dcp-Dp GE [Dcp-Dp]
     255 2
    2 2
    1 2
    0 1
    −1  0
    −2  0
    −255 0
  • This look-up table adds 2 for every neighbouring pixel that has a density that is lower than the centre pixel. It also adds 1 for each pixel of equal density. [0113]
  • [0114] Step 105. The centre pixel value and the 24 neighbouring centre pixels are summed to produce a total density TD = p = 0 p = 24 D p
    Figure US20020008881A1-20020124-M00004
  • [0115] Step 106. The total density value TD is input to a black pixel look-up table 107 (FIG. 1). The output of the black pixel look-up table 107 is a black pixel count B_Pc.
  • [0116] Step 108. If RANK>=50−B_Pc then the centre pixel is designated as a black pixel at step 109.
  • [0117] Step 110. If RANK<50−(B_Pc+1) then the centre pixel is designated as a white pixel at step 111.
  • Step [0118] 112. If RANK=50−(B_Pc+1) then a random number R (between 0 and 1) is generated.
  • [0119] Step 113. If R is greater than 0.5 then the centre pixel density Dcp is decremented to break the equality (step 115) and the centre pixel is designated as a white pixel at 111. If R is less than 0.5 then the centre pixel density Dcp is incremented and the centre pixel is designated as a black pixel at step 109.
  • The method illustrated in FIG. 8 uses a neighbourhood comprising a 5*5 square of pixels but any suitable neighbourhood may be chosen, for instance a 3*3 or 4*4 square of pixels. [0120]
  • The process illustrated in FIG. 8 generates four bitmaps [0121] 120-123 which are stored in bitmap store 35. The bitmaps 120-123 can then be displayed on monitor 37.
  • The black pixel look-up table [0122] 107 may be linear (i.e. with the output B_Pc being proportional to the input TD). However preferably the black pixel look-up table 107 is calibrated as discussed below with reference to FIGS. 9 to 12.
  • FIG. 9 is a schematic illustration of an imaging system incorporating the [0123] input scanner 91 and copy dot processing system 30 illustrated in FIG. 1. An original image 200 (such as a continuous tone colour print or transparency) is scanned into an input scanner 201 which generates a set of greyscale image files 202. The image files 202 are input to an imagesetter 203. The imagesetter 203 converts the greyscale image files 202 into bit map form and prints a set of film separations 204 in accordance with the calculated bit maps.
  • The [0124] separations 204 can then be directly printed by mounting them on a film processor 205 which generates a set of printing plates 206 and mounting the printing plates 206 on a printer 207 which produces a colour print 208. The colour print 208 is a direct copy of the original 200. The bitmap processor in the imagesetter 203 is previously calibrated in a known manner to account for errors in the imagesetting process.
  • Alternatively the [0125] transparency 204 may be converted into bit map form by a method according to the present invention using a different input scanner 91 and an associated copy dot processor 30.
  • The [0126] input scanner 91 generates a set of greyscale image files 14-17 (as discussed previously with reference to FIG. 1) which are processed by copy dot processor 30 to generate a set of high resolution bitmap files 120-123. The greyscale image files 14-17 or bitmap files 120-123 may also be modified by an image processor 250. For instance the image processor 250 may perform colour correction or may merge the image with previously stored images.
  • The bitmap files [0127] 120-123 can be used to generate a colour print 209 in two alternative ways.
  • In a first alternative, the bitmaps [0128] 120-123 are converted directly into a set of printing plates 210 by a copy-to-plate (CTP) processor 211. The plates 210 are then mounted on a printer 212 which prints the colour print 209.
  • In a second alternative, the bitmaps [0129] 120-123 are input to an imagesetter 213 which generates a set of separations 214. The separations 214 are mounted on a film processor 215 which generates a set of printing plates 216. The printing plates 216 are then mounted on a printer 212 which prints the colour print 209.
  • Because the [0130] imagesetter 213 will have different dot growth and shrinkage characteristics to the imagesetter 203 which was used to generate the separations 204, the separations 214 will not accurately reproduce the separations 204 without additional calibration of the copydot processing system 30. The calibration method is discussed below.
  • Calibration is achieved by altering the programming of the black pixel count look-up table [0131] 107. In its default “zero calibration” setting, the pixel count look-up table 207 has the form illustrated in FIG. 10. The input to the look-up table (TD) has a value between 0 and 25×255. The output of the look-up table (B_Pc) varies in steps of 2 between 0 and 50. In its zero calibration configuration, each step S0-S24 is equally spaced.
  • Referring to FIG. 11, in a [0132] first step 220 of the calibration process a calibration image is generated by quark image generation software 321 (FIG. 9) and saved as a bitmap 251. The calibration bit map 251 comprises a matrix of 29 patches, each patch having a required internal density R_DX between 0 and 100% as set out below in Table 2.
    TABLE 2
    X R_D x
     1  0
     2  1
     3  2
     4  3
     5  4
     6  5
     7 10
     8 15
     9 20
    21 80
    22 85
    23 90
    24 95
    25 96
    26 97
    27 98
    28 99
    29 100 
  • The [0133] bitmap 251 is input to imagesetter 213 in step 221, which prints a calibration strip 323 (FIG. 9).
  • The [0134] calibration strip 323 is then mounted on input scanner 91 in step 222 and the greyscale image files 14-17 are input to the copydot processor 30. The copy dot processor 30 generates a zero calibration bitmap in step 223 using the black pixel count look-up table 107 in its “zero calibration” setting. The zero calibration bit map is then exposed using imagesetter 213 in step 224. The “zero calibration” film strip generated in step 224 is then scanned with a densitometer in step 225. In order to speed up the densitometer scanning process, only nine of the patches (e.g. with densities of 10, 20, 30, 40, 50, 60, 70, 80 and 90%) are measured. The measured density values M_DX for the nine measured patches are then stored and a fourth power quadratic is fitted to the nine measured values to generate approximate values for all 29 patches. This saves operator time in the measurement process.
  • In [0135] step 226 the percentage error in each patch PEX is calculated as PE x = R _ D x M _ D x
    Figure US20020008881A1-20020124-M00005
  • Meanwhile, the [0136] copydot processor 30 generates a density space image in step 227 from the greyscale version of the calibration strip as follows. The density space matrix is a 6375×48 matrix with the matrix row given by the total density TD of each pixel (i.e. the sum of the densities of the pixel and its 24 neighbours) and with the column of the matrix given by the RANK value of each pixel. For each pixel in the calibration strip bitmap, the total density and rank of the pixel is calculated, giving a position in the density space matrix. The value of that position in the matrix is then incremented. When the entire image has been processed to generate a density space matrix, the matrix can be used to calculate the total number of black pixels TBX and the total number of white pixels TWX in each patch. This is done by passing the density space matrix through the black pixel count look-up table 107. For each row in the density space matrix (corresponding with a particular TD) a black pixel count is output from the black pixel count look-up table 207. The values of that row having a rank greater than the black pixel count are then summed to give the total black value TBX, and the values having a rank lower than the black pixel count are summed to give the total white value TWX. This is carried out in step 228. In step 229, an internal density value IDX is calculated as follows: ID x = TB x TW x + TB x
    Figure US20020008881A1-20020124-M00006
  • We now have an internal density for the zero calibration setting ID[0137] X (ZC) and an error PEX for each patch.
  • We then derive a target internal density T_ID[0138] X where
  • T ID=PE X *ID X ZC
  • which we believe is equivalent to the required density. [0139]
  • All that remains is to iterate the black pixel count look-up table [0140] 107 such that the internal densities (newIDX) obtained when the density space matrix is passed through the look-up table 107 match the target densities T_IDX for all patches, i.e.: x = 1 x = 29 ( T _ ID x - new ID x ) 2 is minimised .
    Figure US20020008881A1-20020124-M00007
  • The iteration procedure is as follows [0141]
  • When all the steps S[0142] 0-S24 are in their default “zero calibration” position, and the density space image is processed using the look-up table 107, the resulting “internal” densities for the 29 calibration patches are given by
  • ID X (ZC)
  • In a first iteration, step S[0143] 0 is moved by Δd and the density space image again processed to give:
  • ID X (ZC+S 0 Δd)
  • from which we can derive: [0144]
  • ΔID X (S 0 Δd) =ID X (ZC) −ID X (ZC+S 0 Δd)
  • where [0145]
  • ΔID X (S 0 Δd)
  • is the change in ID[0146] X following a change of Δd in the position of step S0 in the look-up table 107.
  • S[0147] 0 is then moved back to its zero calibration position and S1 moved by
  • Δd→ID X (ZC+S 1 Δd) →ΔID X S 1 Δd
  • This is repeated for all 25 steps keeping a record of all [0148]
  • ΔID X S n Δd
  • We then make the assumption that these are linear with respect to the magnitude of “Δd” and are additive with respect to each other. [0149]
  • It can be shown that given the above assumptions the internal density of patch x is given by: [0150] NewID x = ( ID x ( zc ) + n = 0 n = 25 ( Δ ID x ( s 0 Δ d ) * f n ) )
    Figure US20020008881A1-20020124-M00008
  • where “f[0151] n” is the fraction of the change “Δd” being used at step “n”. Using a least squares approach it is possible to iterate “fn” to minimise the total Error E given by: E = x = 0 x = 29 ( T _ ID x - ( ID x ( zc ) + n = 0 n = 25 Δ ID x S n Δ d f n ) ) 2
    Figure US20020008881A1-20020124-M00009
  • when this iteration completes the above process is repeated using the result as a starting point (instead of zc) and a smaller Δd (typically half the size of the original Δd) and repeated . . . until Δd=4. [0152]
  • At this point assumptions about additivity and linearity are no longer made and the density space image is iterated directly. [0153]
  • The iterative loop of steps [0154] 228-231 is repeated until the error is minimised in step 231. The process then stops at step 232.
  • The result of the calibration procedure is illustrated in FIG. 12. The black pixel count look-up table [0155] 107 in its zero calibration position is illustrated by the solid line 240. The calibration procedure converts the linear function 240 into a sinusoidal curve 241 (shown in dotted lines).
  • In an alternative method, the black pixel count is determined as follows. Before step [0156] 101 (FIG. 8) a background white level (I_white), and a black level (I_black) are determined. The white and black levels may be determined in a number of ways. In the simplest case the white and black levels are stored previously, ie. the same white and black levels are used regardless of the images on film separations 2-5. Alternatively the greyscale pixel maps 14-15 or 18-21 may be analyzed by the microprocessor 32 to enable unique white and black levels to be calculated for each separation from histogram data.
  • The black pixel count is then calculated as: [0157] B _ Pc = 2 [ TD - ( 25. I - white ) ] I _black - I _white
    Figure US20020008881A1-20020124-M00010

Claims (14)

We claim:
1. A method of generating a bitmap representative of an original image, said bitmap comprising a plurality of white/black binary pixel values each having a respective pixel location, the method comprising
(1) scanning said original image to generate a greyscale pixel map, said greyscale pixel map comprising a plurality of greyscale pixel values each having a respective pixel location; and
(2) converting said greyscale pixel map into said bitmap by
(i) ranking each said plurality of greyscale pixel values against the greyscale pixel values of a neighbourhood of adjacent pixel locations;
(ii) determining a desired number of black binary pixels (B_Pc) in said neighbourhood;
(iii) comparing said rank of each of said plurality of greyscale pixel values with said desired number of black binary pixels; and
(iv) assigning a black binary pixel value to said pixel location when the comparison carried out in step (iii) satisfies a predetermined condition.
2. A method according to claim 1 wherein step (ii) comprises summing said greyscale pixel value of each pixel in said neighbourhood to generate a sum (TD) and determining said desired number (B_Pc) from said sum (TD) in accordance with a predetermined algorithm.
3. A method according to claim 2 wherein said desired number (B_Pc) is determined in step (ii) by inputting said sum (TD) into a look-up table, wherein said look-up table is programmed with said predetermined algorithm.
4. A method according to claim 2 further comprising calibrating said predetermined algorithm by
(a) providing a calibration strip comprising one or more patches each having a known required density (R_DX);
(b) generating a zero calibration bitmap representative of said calibration strip by a method according to claim 1;
(c) comparing said zero calibration bitmap with said required density R_DX; and
(d) calibrating said algorithm in accordance with said comparison in step (c).
5. Apparatus for generating a bitmap representative of an original image, said bitmap comprising a plurality of white/black binary pixel values each having a respective pixel location, the apparatus comprising
(1) means for scanning said original image to generate a greyscale pixel map, said greyscale pixel map comprising a plurality of greyscale pixel values each having a respective pixel location; and
(2) means for converting said greyscale pixel map into said bitmap by
(i) ranking each of said plurality of greyscale pixel values against the greyscale pixel values of a neighbourhood of adjacent pixel locations;
(ii) determining a desired number of black binary pixels in said neighbourhood;
(iii) comparing said rank of each of said plurality of greyscale pixel values with said desired number of black binary pixels; and
(iv) assigning a black binary pixel value to said pixel location when said comparison carried out in step (iii) satisfies a predetermined condition.
6. A method of generating a bitmap representative of an original image, the method comprising
(1) scanning said original image to generate a greyscale pixel map comprising a plurality of greyscale pixel values by;
(i) directing a light beam onto said original image whereby said light beam is modulated by said original image to generate a modulated light beam;
(ii) causing relative scanning movement between said light beam and said original image;
(iii) detecting said modulated light beam to generate a picture signal; and
(iv) generating said plurality of greyscale pixel values from the picture signal;
(2) interpolating said greyscale pixel map to generate a higher resolution greyscale pixel map; and
(3) converting said higher resolution greyscale pixel map into said bitmap.
7. A method according to claim 6 wherein said interpolation comprises 4-point interpolation.
8. A method according to claim 6 further comprising rotating said greyscale pixel map.
9. Apparatus for generating a bitmap representative of an original image, the apparatus comprising
(1) an input scanner for scanning said original image to generate a greyscale pixel map comprising a plurality of greyscale pixel values, said input scanner comprising;
(i) means for directing a light beam onto said original image whereby the light beam is modulated by said original image to generate a modulated light beam;
(ii) means for causing relative scanning movement between said light beam and said original image;
(iii) a detector for detecting said modulated light beam to generate a picture signal; and
(iv) means for generating said plurality of greyscale pixel values from said picture signal;
(2) means for interpolating said greyscale pixel map to generate a higher resolution greyscale pixel map; and
(3) means for converting said higher resolution greyscale pixel map into said bitmap.
10. A method of producing an output image from a plurality of colour separations comprising
(1) scanning each colour separation to generate a respective plurality of greyscale pixel maps;
(2) rotating one or more of said greyscale pixel maps to correct any misregistration between said colour separations;
(3) converting each greyscale pixel map into a respective bitmap; and
(4) producing said output image by superimposing said bitmaps.
11. A method according to claim 10 further comprising detecting a plurality of registration marks in each greyscale pixel map; determining a rotation value from the locations of said detected registration marks; and rotating one or more of said greyscale pixel maps by said rotation value.
12. A method according to claim 10 further comprising interpolating said greyscale pixel maps to generate a plurality of higher resolution greyscale pixel maps, and producing said bitmaps from said higher resolution greyscale pixel maps.
13. Apparatus for producing an output image from a plurality of colour separations comprising
(1) means for scanning each colour separation to generate a respective plurality of greyscale pixel maps;
(2) means for rotating one or more of said greyscale pixel maps to correct any misregistration between said colour separations;
(3) means for converting each greyscale pixel map into a respective bitmap; and
(4) means for producing said output image by superimposing said bitmaps.
14. Apparatus according to claim 13 further comprising means for detecting a plurality of registration marks in each greyscale pixel map; means for determining a rotation value from the locations of said detected registration marks; and means for rotating one or more of said greyscale pixel maps by said rotation value.
US09/939,324 1997-05-30 2001-08-24 Method and apparatus generating a bitmap Abandoned US20020008881A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/939,324 US20020008881A1 (en) 1997-05-30 2001-08-24 Method and apparatus generating a bitmap

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
GB9711202.3 1997-05-30
GBGB9711202.3A GB9711202D0 (en) 1997-05-30 1997-05-30 Method and apparatus for generating a bitmap
US09/084,467 US6307972B1 (en) 1997-05-30 1998-05-26 Method and apparatus for generating a bitmap
US09/939,324 US20020008881A1 (en) 1997-05-30 2001-08-24 Method and apparatus generating a bitmap

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/084,467 Division US6307972B1 (en) 1997-05-30 1998-05-26 Method and apparatus for generating a bitmap

Publications (1)

Publication Number Publication Date
US20020008881A1 true US20020008881A1 (en) 2002-01-24

Family

ID=10813324

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/084,467 Expired - Fee Related US6307972B1 (en) 1997-05-30 1998-05-26 Method and apparatus for generating a bitmap
US09/939,324 Abandoned US20020008881A1 (en) 1997-05-30 2001-08-24 Method and apparatus generating a bitmap

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/084,467 Expired - Fee Related US6307972B1 (en) 1997-05-30 1998-05-26 Method and apparatus for generating a bitmap

Country Status (5)

Country Link
US (2) US6307972B1 (en)
EP (1) EP0881595B1 (en)
JP (1) JPH10341339A (en)
DE (1) DE69822248D1 (en)
GB (1) GB9711202D0 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060013499A1 (en) * 2004-07-13 2006-01-19 Kenji Namie Converting the resolution of an image using interpolation and displaying the converted image
US20060033750A1 (en) * 2004-08-11 2006-02-16 Chun-Yi Wang Method of primitive distribution and stroke rendering
US20070041662A1 (en) * 2005-08-22 2007-02-22 Eric Jeffrey Efficient scaling of image data
US11132157B1 (en) * 2020-04-22 2021-09-28 Zebra Technologies Corporation Laser printhead raster path configuration for modifying a rewriteable label

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6522791B2 (en) * 2001-01-23 2003-02-18 Xerox Corporation Dynamic user interface with scanned image improvement assist
US7215427B2 (en) * 2001-12-18 2007-05-08 Kba-Giori S.A. Device for controlling material
DE10261059B4 (en) * 2002-12-24 2006-04-13 Eltromat Gmbh Method and device for measuring and controlling a longitudinal and side register and a print image parallelism of a printing register in a multi-color printing machine
US20050166052A1 (en) * 2004-01-24 2005-07-28 Ron Khormaei Methods and apparatus to authenticate a document
WO2016137483A1 (en) * 2015-02-27 2016-09-01 Hewlett-Packard Development Company, L.P. Recursive halftoning and gray value substitution

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456924A (en) * 1980-04-14 1984-06-26 Scitex Corporation Ltd. Screened image reproduction
CA2049393C (en) * 1990-10-19 1999-03-16 Reiner Eschbach Method for making image conversions with error diffusion
US5764804A (en) * 1993-10-14 1998-06-09 Seiko Epson Corporation Data encoding and decoding system
JPH10509824A (en) * 1994-11-23 1998-09-22 イメイション・コーポレイション System and method for adaptive interpolation of image data
US5587811A (en) * 1995-04-28 1996-12-24 Dataproducts Corporation Halftone screen using spot function to rank pixels following one or more design rules
US5619591A (en) * 1995-08-23 1997-04-08 Vtech Electronics, Ltd. Encoding and decoding color image data based on mean luminance and an upper and a lower color value

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060013499A1 (en) * 2004-07-13 2006-01-19 Kenji Namie Converting the resolution of an image using interpolation and displaying the converted image
US7551805B2 (en) * 2004-07-13 2009-06-23 Ricoh Company, Ltd. Converting the resolution of an image using interpolation and displaying the converted image
US20060033750A1 (en) * 2004-08-11 2006-02-16 Chun-Yi Wang Method of primitive distribution and stroke rendering
US20070041662A1 (en) * 2005-08-22 2007-02-22 Eric Jeffrey Efficient scaling of image data
US11132157B1 (en) * 2020-04-22 2021-09-28 Zebra Technologies Corporation Laser printhead raster path configuration for modifying a rewriteable label

Also Published As

Publication number Publication date
EP0881595A1 (en) 1998-12-02
DE69822248D1 (en) 2004-04-15
US6307972B1 (en) 2001-10-23
EP0881595B1 (en) 2004-03-10
JPH10341339A (en) 1998-12-22
GB9711202D0 (en) 1997-07-23

Similar Documents

Publication Publication Date Title
EP0031247B1 (en) Apparatus and method for generating a dispersed dot half tone picture from a continuous tone picture
US5642202A (en) Scan image target locator system for calibrating a printing system
US7692832B2 (en) Method for correcting scanner non-uniformity
JP3520550B2 (en) Color image processing system and its data correction method
JPH06233118A (en) Equipment and method for performing discleaning and resolution altering of half-tone image to generate continuous-tone image
US6535307B1 (en) Method and apparatus for display of imaging parameters
EP0771101A2 (en) Position sensitive detector based image conversion system capable of preserving subpixel information
US20110317222A1 (en) Methods and apparatus for dynamically soft proofing halftone images
US7064862B2 (en) Printer and printing method for image-quality correction
US6775029B1 (en) Method for efficient calibration of printing devices
US4941057A (en) Digital image proofing
US6307972B1 (en) Method and apparatus for generating a bitmap
JP2001094783A (en) Processing method of document including half-tone area and system for copying the document
US6201613B1 (en) Automatic image enhancement of halftone and continuous tone images
US6721062B1 (en) Color image processing apparatus using pulse width modulation
US7312900B2 (en) Method of descreening screened image, method of separating screened image into regions, image processing device, and program
US7280259B2 (en) Method for printing a color proof using a spatial filter
US5898820A (en) Device for injecting high energy laser beam into optical fiber
US7066566B2 (en) Print inspection apparatus, printing system, method of inspecting print data and program
US6208431B1 (en) Method of eliminating artifacts in display devices
US6697168B2 (en) Method for calibrating image recording equipment
JP2000508460A (en) How to determine the geometric data of an attention-related image section
JP2635958B2 (en) Image processing method
JPH08265586A (en) Picture processor
JP3057809B2 (en) Image information processing method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION