Page 1 of 1
Inflate Image ???
Posted: Wed May 17, 2023 7:54 am
by jin35y
If you convert a BMP image into a 3D object, you will end up with a slanted object like this.
Re: Inflate Image ???
Posted: Wed May 17, 2023 11:39 am
by Simon
Hi, the Bitmap needs to be a 24 bit RGB image saved in BMP format. I think your example is a greyscale 8 or 32 bit image.
It also helps if the size is a multiple of 4.
Re: Inflate Image ???
Posted: Fri May 26, 2023 1:42 am
by jin35y
I solved it by converting even grayscale images to 24-bit BMP images.