I have changed my code to use 'convert' command directly and the problem is solved:
Code: Select all
convert TEST.gif -transparent "rgb(255,255,255)" -transparent-color "rgb(255,255,255)" TEST.gif
Stephen
Code: Select all
convert TEST.gif -transparent "rgb(255,255,255)" -transparent-color "rgb(255,255,255)" TEST.gif