- #1
vinven7
- 58
- 0
I am trying to create a nano - size pyramid using an FIB - Focused Ion Beam Microscope. The way it works is, it takes a 1000 x 1000 pixel bitmap image as an input. Each pixel is in gray scale. At the start we input a maximum value: let's say we set 'black' as 100 nm. If the pixel is black, then the FIB drills a hole that is a 100 nm deep. If the pixel is say only 40% black, then it drills a hole that is 40 nm deep. If the pixel is white, then it is left alone. So if I need to create a cone, then the bitmap image for the cone would look like a white dot at the centre and grayscale circle extending out from it with increasing tone of black. I hope you get this.
The question that I have is this. How do I create a bitmap image to this specification? I know that Matlab, photoshop etc does create bitmap images, but I need clear, step by step instructions. I have tried other informational pages but I am usually lost on some basic issue. Any help will be greatly appreciated
The question that I have is this. How do I create a bitmap image to this specification? I know that Matlab, photoshop etc does create bitmap images, but I need clear, step by step instructions. I have tried other informational pages but I am usually lost on some basic issue. Any help will be greatly appreciated