I have XnConvert Version 1.82
I am working on a project that involves images being written to film. I have a mixture of 1bit B&W Tiff. as well as 24bit Grayscale with LZW compression. In order for my machine to write to the film correctly I need 1bit B&W Tiff. only. What are the best filters to use and in which order should I use them to correctly convert these images?
What exactly does setting the "DPI" do within this program?
Converting mixed image files
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 4187
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Converting mixed image files
You need to convert the 24-bit TIFFs in a folder to 1-bit TIFFs, leaving existing 1-bit TIFFs in the same folder unchanged?I have a mixture of 1bit B&W Tiff. as well as 24bit Grayscale with LZW compression. In order for my machine to write to the film correctly I need 1bit B&W Tiff. only. What are the best filters to use and in which order should I use them to correctly convert these images?
I think you can do that with XnConvert if you load the folder (or images in the folder) on the Input tab, on the Actions tab change the colour depth to 1-bit, and on the Output tab select the output format as TIFF with suitable compression for black and white such as LZW, or CCITT G4 which might produce smaller file sizes, both types of compression are lossless.
I think the existing 1-bit files in the folder will be unchanged, they should be opened and resaved unchanged, but always test with copies of files first!
Changing the DPI of an existing image changes the canvas size, which is normally only a consideration when the image is printed, but might possibly be relevant when you write to film...What exactly does setting the "DPI" do within this program?
-
- Moderator & Librarian
- Posts: 6390
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Converting mixed image files
Please keep in mind that it usually makes a big difference whether or not you're applying dithering during color reduction.
I recently had to convert a large batch of images to 1-bit color depth. In my case, libimagequant yielded the best results. Although available in XnView and XnConvert, the current implementation of this algorithm doesn't allow you to go lower than 8 colors or to turn off dithering, …
… which is why I gave Pngyu a try. My workflow (screenshot of Pngyu used as example):
I recently had to convert a large batch of images to 1-bit color depth. In my case, libimagequant yielded the best results. Although available in XnView and XnConvert, the current implementation of this algorithm doesn't allow you to go lower than 8 colors or to turn off dithering, …
… which is why I gave Pngyu a try. My workflow (screenshot of Pngyu used as example):
- Convert the TIFFs to PNG using XnConvert or XnView:
- Reduce the color depth of the PNGs to 2 colors using Pngyu:
- Convert PNGs to binary w/o dithering using XnConvert or XnView:
You do not have the required permissions to view the files attached to this post.