Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hello everyone and sorry for asking maybe a stupid question.
I'm using a Vuescan program to scan my negatives, and negfix8 script to remove orange mask. Vuescan saves infrared scan of a negative for purposes of dust and scratch removal. It does that by saving IR scan as an alpha channel. RAW scan that Vuescan makes is in fact RGB 16bit TIFF image plus 16bit grayscale image as a alpha channel.
By using negfix8 script you lose alpha channel in new TIFF file. Is there any way to copy alpha channel from initial TIFF scan file to new TIFF.
What version of Imagemagick are you using and what platform? Always provide that when asking questions, since syntax may differ
Can you post your input TIFF file that has the alpha channel or the RGB image and a separate alpha channel image to some place such as dropbox.com and put the URL here. I am not really sure I understand where you have the alpha channel that you want to put in another image.
If you have a tiff with RGB and alpha as input, then in unix syntax
P_scan0006.tif - file created with negfix8 script (https://sites.google.com/site/negfix/) without alpha channel
scan0006.tif - RAW scan from Vuescan program.
I need to transfer alpha channel from scan0006.tif to P_scan0006.tif.
For dust and scratches, which are very small things, you might provide cropped versions of the large files rather than resized. The crops can be very small, provided they are representative.
If this is not what you want, then it is something other than a simple transfer of alpha channels. So please explain further or provide and example of two input images and the resulting output image.
What is your version of Imagemagick and your version of libtiff
Can you send an example TIFF of the format you want it to have. We need to understand better what you want. The file I generated above had one layer and 4 channels (RGB and separate alpha). When I open it in PS (CS), it has one layer (background) and 4 channels red, green, blue, alpha 1. What is wrong with that?
fmw42 wrote:Can you send an example TIFF of the format you want it to have. We need to understand better what you want. The file I generated above had one layer and 4 channels (RGB and separate alpha). When I open it in PS (CS), it has one layer (background) and 4 channels red, green, blue, alpha 1. What is wrong with that?
That is exactly what i need. But when i used that command again i got dithered image.