Skip to content

Instantly share code, notes, and snippets.

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

Pantelis Georgiadis PantelisGeorgiadis

🏠
Working from home
View GitHub Profile
@PantelisGeorgiadis
PantelisGeorgiadis / dcmjs-pdf-gen.js
Last active August 30, 2023 09:28
DICOM Encapsulated PDF dataset generator for Node.js
// dcmjs-pdf-gen
// This Node.js utility can generate DICOM Encapsulated PDF datasets,
// for testing purposes.
// The following npm packages are required:
// dcmjs
// faker
// moment
// e.g. npm install dcmjs faker@5.5.3 moment
@PantelisGeorgiadis
PantelisGeorgiadis / dcmjs-sc-jpeg-gen.js
Last active August 30, 2023 09:29
DICOM Multiframe True Color Secondary Capture dataset generator for Node.js
// dcmjs-sc-jpeg-gen
// This Node.js utility can generate DICOM Multiframe True Color Secondary Capture datasets
// with JPEG baseline frames, for testing purposes. Custom frame parameters could be defined,
// such as count, width and height.
// The following npm packages are required:
// canvas
// dcmjs
// faker
// moment
@PantelisGeorgiadis
PantelisGeorgiadis / dcmjs-wsi-gen.js
Last active March 19, 2024 13:18
DICOM Whole Slide Imaging dataset generator for Node.js
// dcmjs-wsi-gen
// This Node.js utility can generate DICOM Whole Slide Imaging datasets
// with baseline images (higher resolution only) for testing purposes.
// Custom tile parameters could be defined (count in each row/column,
// width, height) as well as slice thickness, pixel spacing and slide offset.
// The following npm packages are required:
// canvas
// dcmjs
// faker