This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, November 1, 2006 7:18:42 AM(UTC)
Groups: Registered
Posts: 1
Hi at all,
I have the follow problem to solve: I have 4 TIF files G4 1 bit (screened file using a RIP software like Harlequin) and I must recombine It using a descreening technology and save It like CMYK or RGB file (TIF or PNG, etc.). Do you have some experience about this workflow? Which filter can produce the better result? (average, gaussian, etc.).
Thanks
Andrea[*-)]
#2
Posted
:
Thursday, November 2, 2006 7:38:42 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
Andrea,
If the four images are individual planes (C, M, Y and K), and you want to combine them into one image, you can use LEADTOOLS to produce a CMYK TIFF image from them as follows:
1. Load all the plane images into a LEAD bitmap array or list.
2. Convert the images to 8-bit grayscale.
3. Use the L_SaveFileCMYKArray function in LEADTOOLS 14.5 (or RasterCodecs.SaveCmykPlanes Method if you use .NET).
If you want to produce an RGB image from them, instead of using the CMYK saving function, use the L_ColorMergeBitmap function (or equivalent) to produce a LEAD bitmap in memory, then save it to any one of the image format supported by LEADTOOLS (over a hundred formats) using the regular image saving functions.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.