Search:

Type: Posts; User: wanchanok

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,996

    Thanks for answer, I will try I'm programming...

    Thanks for answer, I will try

    I'm programming Viewer and compare Image ,The DB for storing images.
    image to be used to compare the image stored in the DB. That the same? ...
  2. Replies
    2
    Views
    4,996

    C# Image Processing :

    I import .jpg to database
    with BitMap Object to byte[]

    Bitmap bm = new Bitmap(imagePath);
    FileInfo fileInfo = new FileInfo(imagePath);
    MemoryStream ms = new...
Results 1 to 2 of 2