Skip to content

Instantly share code, notes, and snippets.

@Fedino
Fedino / BitmapToDicom.cs
Created March 20, 2017 09:17 — forked from mdubey82/BitmapToDicom.cs
Create dicom dataset from secondary capture image
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Text;
using Dicom.Imaging;
using Dicom.IO.Buffer;
namespace Dicom
{