I have a multi tiff image and I wanted to convert it to PNG
I have used below command to covert and resize. The out image loses its quality text is not visible properly.
I need to make the marked area darker.
Here is the problem I am opening the image in internet explorer where image text is getting blur and not able to read when i resize.
Last edited by punith8626 on Wed Apr 25, 2018 12:16 pm, edited 3 times in total.
Thanks for uploading an example image: may I make two comments:
First, in general in a case like this it would be easiest to find the optimum actions, and values to be used when relevant, using a windowed software such as XnView MP or XnView Classic, as settings can be tried quickly and the result seen immediately.
Second, do you really need to resize the original image (reduce the pixel dimensions), which will often inevitably reduce the image quality ? If the file size is an issue, there may be better ways of obtaining the result you need: I have attached a TIFF with CCITT G4 'Fax' lossless compression, which will open with image quality identical to the original image, but has a very much reduced file size.
Edit:
Your TIFF file is black and white (1-bit colour depth) which precludes darkening using the above methods, however there may be a way of obtaining some improvement by other means such as use of a filter. If he has time, XnTriq could possibly advise...
Otherwise, scanning or faxing the original paper with different settings would help, which may of course be outside your control. --
Last edited by XnTriq on Mon Feb 26, 2018 8:00 pm, edited 1 time in total.
Reason:Attachment removed due to confidential information
Thank you for your reply.
I am not resizing the image.When i try to open the same image in internet explorer,I am not able to read the image properly.
Here is the screenshot
The reason for darkening the text is in internet explorer I am not able to see the text.If you open the same text in internet explorer you can see the issue.
Could you please provide me the command that you have used to get less size CCIT Compression ?
Last edited by XnTriq on Mon Feb 26, 2018 8:00 pm, edited 1 time in total.
Reason:Attachment removed due to confidential information
punith8626 wrote:When i try to open the same image in internet explorer,I am not able to read the image properly.
The reason for darkening the text is in internet explorer I am not able to see the text. If you open the same text in internet explorer you can see the issue.
I don't have Internet Explorer the web browser, you using a web browser to view files??
Could you please provide me the command that you have used to get less size CCIT Compression ?
punith8626 wrote:I am not resizing the image.When i try to open the same image in internet explorer,I am not able to read the image properly.
Here is the screenshot
The reason for darkening the text is in internet explorer I am not able to see the text.If you open the same text in internet explorer you can see the issue.
Internet Explorer doesn't (always) use interpolation (high-quality zoom) for downsizing binary (black & white) images. You need to either hit Refresh in IE or increase the color depth of the image to at least 8-bit grayscale.
punith8626 wrote:I am not resizing the image.When i try to open the same image in internet explorer,I am not able to read the image properly.
Here is the screenshot
The reason for darkening the text is in internet explorer I am not able to see the text.If you open the same text in internet explorer you can see the issue.
Internet Explorer doesn't (always) use interpolation (high-quality zoom) for downsizing binary (black & white) images. You need to either hit Refresh in IE or increase the color depth of the image to at least 8-bit grayscale.
Could you please provide me the command on how to increase the colordepth of image.?
-grey num : Convert in Grey Scale (256, 128, 64, 32, 16, 8 or 4)
-truecolors
-truecolours : Convert in True Colors
I'm attaching a copy of the NConvert 7.00 Help file, you really should have one to consult.
I actually had consulted the help (nconvert.exe -help >nconvert.txt) for my previous post (see quote).
The reason why I was asking for your assistance is that the sample was deleted by the OP before I joined the thread.
Anyhow — the following command does the trick for me:
XnTriq wrote:I actually had consulted the help (nconvert.exe -help >nconvert.txt) for my previous post (see quote).
The reason why I was asking for your assistance is that the sample was deleted by the OP before I joined the thread.