Skip to content

Instantly share code, notes, and snippets.

View jbjumbojb's full-sized avatar
🏠
Working from home

jbjumbojb

🏠
Working from home
View GitHub Profile
@steven2358
steven2358 / ffmpeg.md
Last active April 10, 2025 15:05
FFmpeg cheat sheet
@mdubey82
mdubey82 / BitmapToDicom.cs
Created November 7, 2012 08:48
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
{