Search found 1 match

by Scruff
Mon May 27, 2013 10:55 pm
Forum: NConvert
Topic: Create png with alpha from 2 bitmaps
Replies: 0
Views: 850

Create png with alpha from 2 bitmaps

Hi all. I have two images:
main.bmp -> true color bmp 24x24, and
mask.bmp -> grayscale bmp 24x24.

I want to create a transparent png from main.bmp with mask.bmp as the alpha channel.
This is easy in the GUI, but I can't work out how to do this from the command line using NConvert.exe.

If this can ...