M Monsterman22 Member Aug 9, 2010 #1 Hello. I explored the ImageLibEx.dll which is included in the trial version of b4p. There are 3 methods one of which - SaveImage and it doesnt seem to work. Can I save bitmaps being an unlicensed user? If not , what that .dll for? Thank you. Last edited: Aug 9, 2010
Hello. I explored the ImageLibEx.dll which is included in the trial version of b4p. There are 3 methods one of which - SaveImage and it doesnt seem to work. Can I save bitmaps being an unlicensed user? If not , what that .dll for? Thank you.
agraham Expert Licensed User Longtime User Aug 9, 2010 #2 It should save a bitmap as a bmp file. ImageLibEx1.SaveImage(Image1.Image, AppPath & "\image.bmp") or ImageLibEx1.SaveImage(Bitmap1.value, AppPath & "\image.bmp")
It should save a bitmap as a bmp file. ImageLibEx1.SaveImage(Image1.Image, AppPath & "\image.bmp") or ImageLibEx1.SaveImage(Bitmap1.value, AppPath & "\image.bmp")
M Monsterman22 Member Aug 9, 2010 #3 I ommited the AppPath keyword. Now it works fine thank you.:sign0060: