Recent content by carolinenew

  1. C

    How Do I Create a Specific Bitmap Image for Focused Ion Beam Microscopy?

    so you may need a simple image control to create bitmap image, check to see this detailed instruction. it will be very easy to create high resolution bitmap with any size you want.
  2. C

    What kind of image processing techniques are needed?

    please check these links on image processing, i think it will load and help you process all kinds of image.
  3. C

    Large optical image rotation for project

    thsi is some codes about image rotate, not sure if it is what you are asking for. Imports System.IO Imports System.Drawing.Printing Imports RasterEdge.Imaging Imports RasterEdge.Imaging.Processing Dim Image As New RasterEdgeImaging() Public Sub RotateImage() If True Then Dim...
  4. C

    Need help understanding barcode reader operation

    if you are wondering how to generate and imbed a barcode into image, you can look at these codes . http://www.rasteredge.com/how-to/vb-net-imaging/barcode-generating/