2003-09-02 18:01:02
i feel that i am alone in this world!!! i am trying to make simple program in VB to convert from grayscale mode to bitmap mode in Photoshop , but i am getting an error. I use to the same code to covert from/to ( cmyk, grayscale...)everything works fine , but when i try to go from grayscale to bitmap, i am getting this
" The argument is not valid "
works fines : docRef.ChangeMode (psConvertToGrayscale)
cause an error : docRef.ChangeMode (psConvertToBitmap)
Help .. thanks
" The argument is not valid "
works fines : docRef.ChangeMode (psConvertToGrayscale)
cause an error : docRef.ChangeMode (psConvertToBitmap)
Help .. thanks
#1