FUNDED BY:
Europe funds
POWERED BY:
MedDream DICOM viewer
 

DICOM Library is a free online medical DICOM image or video file sharing service for educational and scientific purposes.

STUDIES SHARED
by using Dicom Library
1
5
8
2
7
4
4
DICOM Library steps



By clicking Select DICOM file button You agree with our Terms of Service and the Privacy Policy
ROADMAP NOTICE:
The personal account functionality will not be developed in the nearest future. Dicom Library’s team has made the decision to focus on the development of main Dicom Library features and improvement of its user experience.
DICOM Library USAGE
Select DICOM format image, video file or archived into a zip (*.zip) folder files (ZIP should contain only 1 study).
Service anonymize and only then upload files. It skips non DICOM format files.
Uploaded files management is opened after successful upload - DICOM Study MANAGEMENT Panel.
There you can share, download and delete files.
  • DICOM Study MANAGEMENT Panel link - open uploaded files management.
  • View DICOM Study - opens uploaded files with online DICOM viewer.
  • Download Anonymized DICOM Study - you can simply download uploaded dicom file(s).
  • Delete DICOM Study - delete uploaded files.
Do not upload files with information written on image!

Watch video how to upload, view, share and download anonymized DICOM files online:

DICOM files and DICOM file Tags listed in the Terms of Service will be automatically anonymized in the user's browser before uploading to the DICOM Library server. The user who uploads data is responsible for uploaded data and can upload DICOM files WITHOUT PERSONAL DATA located ON PICTURE, ON VIDEO, IN DICOM SR TEXT, IN DICOM PDF's or in any other Tags not listed as automatically anonymized (see the Terms of Service).

The DICOM Library software intended for anonymization, sharing and viewing of DICOM files online complies with the requirements of the Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons with regard to the processing of personal data and on the free movement of such data, and repealing Directive 95/46/EC (General Data Protection Regulation). Please note that:

  • The DICOM Library Team has the right to delete files if it suspects that the files contain any personal data. 
  • If you located any personal data in your uploaded files or in any other www.dicomlibrary.com  data, please immediately contact the Data Protection Officer .


News & Updates

Geometry Dash Github May 2026

Title: The Geometry Dash GitHub Ecosystem: Where Rhythm Meets Open Source

In the landscape of modern gaming, Geometry Dash occupies a unique niche. Developed by Robert Topala (RobTop), the game is ostensibly a simple rhythm-based platformer where a cube jumps to the beat of music. However, beneath its neon exterior lies one of the most dedicated and technically proficient communities in gaming. While the official game is proprietary, the surrounding ecosystem thrives on open-source collaboration. The intersection of Geometry Dash and GitHub represents a fascinating case study in how player creativity, reverse engineering, and software development can extend the lifespan and utility of a commercial product.

GitHub serves as the digital backbone for the Geometry Dash community’s more ambitious projects. The platform hosts the code for the game’s most popular mods, tools, and alternatives, transforming a closed-source mobile game into a platform with near-infinite extensibility. This ecosystem operates largely independent of the developer, driven by a passion for the game and a desire to optimize the user experience. The relationship between the game and GitHub can be categorized into three primary pillars: private servers, modification frameworks, and gameplay analysis tools.

Perhaps the most significant contribution found on GitHub is the development of private servers and alternative clients. Because the official Geometry Dash servers have historically struggled with uptime and capacity, community developers took it upon themselves to create robust alternatives. Projects like GDDP (Geometry Dash Demon Progression) and Absolute utilize GitHub to host their server infrastructure and client-side patches. These projects offer features the base game lacks, such as enhanced leaderboards, dedicated moderator teams, and stable connectivity. By open-sourcing these projects on GitHub, developers allow the community to audit the code for security, contribute new features, and ensure the longevity of these alternative ecosystems should the original developers move on.

Secondly, GitHub is the home of the modding community. While mods technically alter copyrighted software, the code that powers these mods is often original and open-source. The most prominent example is the Geometry Dash Modding SDK and related mod loaders like GDLauncher or Megahack. These tools, hosted on GitHub, allow players to implement practice music hacks, transparency toggles, and precision mode, which have become essential for top-tier players attempting the game's most difficult levels. The open-source nature of these projects ensures that mods remain safe and functional; if a mod breaks due to a game update, the community can rally on GitHub to push a fix almost immediately.

Furthermore, GitHub plays a crucial role in skill acquisition and analysis. Geometry Dash is a game of precision, and players are obsessed with metrics. Tools that record inputs, analyze frame data, or create "bot" replays are often hosted on GitHub. Projects such as GDBot or various replay systems allow players to deconstruct their gameplay frame-by-frame. While some purists argue that these tools blur the line between skill and cheating, their presence on GitHub facilitates a deeper understanding of the game’s physics engine. It turns the game into a subject of computer science, where players learn about memory addresses, injection, and rendering pipelines in their quest to beat a difficult level.

However, the presence of Geometry Dash on GitHub is not without controversy. The hosting of decompiled game code and private server emulators walks a fine line regarding intellectual property rights and the Terms of Service of the official game. RobTop has historically had a contentious relationship with modders and private server owners, occasionally leading to bans for those who use modified clients. Yet, the open-source nature of GitHub provides a layer of transparency; because the code is visible, developers can argue that their tools are harmless quality-of-life improvements rather than malicious hacks.

In conclusion, the Geometry Dash presence on GitHub is a testament to the power of open-source software in gaming. It demonstrates that a game is more than just the executable file sold on an app store; it is a platform to be expanded upon. Through private servers, modding frameworks, and analytical tools, the community has used GitHub to elevate Geometry Dash from a mobile pastime to a highly technical and customizable experience. This symbiotic relationship ensures that as long as there are players willing to code, the cube will keep jumping, regardless of the obstacles found in the official game or its servers.

Generating a "piece" for Geometry Dash via GitHub usually refers to creating level data, pixel art, or custom game assets using community-developed tools. Depending on what you want to "generate," here are the most effective GitHub-based tools and methods: 1. Generating Level Data (AI/Procedural)

If you want to generate a functional level or a specific segment of one, the GD-Level-Generator repository is designed for this. geometry dash github

How it works: It provides a template (level_input.txt) and a list of object IDs that an AI or script can use to write level code.

Utility: You can then use GDShare or similar tools to import that text data directly into your game as a playable level. 2. Generating Pixel Art Pieces

If your goal is to generate a visual "piece" (like a complex image made of blocks), GD-Pixel-Art by GDColon is the standard tool.

Action: It takes a standard image file and converts it into a series of optimized Geometry Dash objects.

Result: You get a "piece" of art inside the level editor that looks like the original image but is built entirely from in-game blocks. 3. Generating Custom UI or Icons

For creators looking to generate custom logos or text "pieces" using the game's signature aesthetic, GD Font Generator (part of the Awesome Geometry Dash collection) is often used.

Features: It allows you to create custom messages or logos using authentic game fonts. 4. Code-Based Game "Pieces" (Modding)

If you are looking to generate a technical "piece" like a new mechanic or mod, the Geode SDK is the primary open-source framework for building and sharing mods. It simplifies the process of interacting with the game's C++ code to add new features.

A curated list of awesome Geometry Dash mods, libraries, ... - GitHub Title: The Geometry Dash GitHub Ecosystem: Where Rhythm

GitHub is the central hub for Geometry Dash (GD) modding and custom server development. This guide covers how to use the most popular GitHub-hosted tools as of April 2026. 1. Geode: The Standard Mod Loader

Geode is the essential framework for running mods in GD 2.2+. It functions like Minecraft's Forge, allowing you to install and manage multiple mods simultaneously. How to Install GEODE in Geometry Dash 2.2


Title: Beyond the App Store: Why “Geometry Dash GitHub” is a Goldmine for Players and Modders

Slug: geometry-dash-github-guide

Reading Time: 4 minutes


If you’ve tapped your screen to the beat of Stereo Madness or smashed your keyboard trying to pass Clubstep, you know that Geometry Dash is more than just a mobile game—it’s a cultural rhythm-platformer phenomenon. But what happens when you finish all the official levels? You dive into the wild, creative, and sometimes chaotic world of Geometry Dash GitHub.

If you search for “Geometry Dash GitHub,” you aren’t looking for a pirated copy of the official game. You are opening the door to mods, private servers, level editors, and source code recreations that the mainstream community rarely talks about.

Here is everything you need to know.

Part 1: What Exactly is "Geometry Dash GitHub"?

Before diving into repositories, it is crucial to clarify what this keyword means. GitHub is a cloud-based platform for version control and collaboration, primarily used by developers to host code. A search for "Geometry Dash GitHub" will not yield an official, playable version of the game (Geometry Dash is closed-source proprietary software). Title: Beyond the App Store: Why “Geometry Dash

Instead, you will find three distinct categories of content:

  1. Re-creations and Clones: Developers who rebuilt the core mechanics of Geometry Dash from scratch using frameworks like Unity, Godot, or Pygame.
  2. Modding Tools & Utilities: Save file editors, icon unlockers, and level downloaders.
  3. Private Servers: Community-coded backends that bypass RobTop’s official servers, allowing for custom leaderboards and modded features.

Let’s break down the most valuable (and legal) uses of these resources.


3. Private Server Scripts

Want to play online user-levels without RobTop’s servers? GitHub hosts the backend code for private servers. These allow you to download thousands of levels even if the official servers are down.

1. GDPS (Geometry Dash Private Server)

The King of GitHub GD Projects Created by developer Cvolton, this is arguably the most famous Geometry Dash repository. The GDPS editor allows anyone to host their own private server. Why would you want this?

  • Custom Leaderboards: Create a closed ranking system for your friend group or clan.
  • No Update Pressure: Stay on an older game version without forced updates.
  • Anti-Cheat Experimentation: Learn how the game’s netcode works.

Setting up a GDPS requires PHP and MySQL knowledge, but the repository includes extensive documentation. For the average player, it is excessive; for a hobbyist sysadmin, it is a goldmine.

Part 6: The Risks You Must Know (Anti-Virus & Malware)

Not everything on GitHub is safe. Because Geometry Dash is popular, bad actors upload repositories advertising "Free Icons Hack" or "Geometry Dash Full Source Code" that actually contain:

  • Info-stealers: Fake .exe files that grab your Discord token or browser cookies.
  • Cryptominers: Programs that use your GPU to mine cryptocurrency while you think you are playing.
  • Ransomware: (Rare, but possible) Encrypting your save data.

Part 3: Is It Legal? The Fine Print of Code Forks

A common concern when visiting Geometry Dash GitHub pages is legality. Here is the truth:

  • Clones are legal (usually). You cannot copyright a game mechanic. "Click-timing rhythm platformer" is a genre. As long as a clone does not use original RobTop assets (sprites, music, the name "Geometry Dash" in the binary), it is protected as a transformative work.
  • Private servers are a gray area. While reverse-engineering network protocols is legally protected in many jurisdictions (particularly the US under fair use for interoperability), accessing a private server requires bypassing the official client’s intended behavior.
  • Modded clients are banned. If a repository offers a hack that injects code into the official Steam or iOS version, using it online can get your account permanently leaderboard-banned. RobTop actively bans users who upload hacked stats.

The Golden Rule: If you use code from GitHub, do it offline. Create a secondary "modded" installation folder. Do not touch the live servers.


1. Unofficial Open-Source Clones (The “Web Demos”)

The most popular searches lead to projects like MDash or Geometry Dash Web. These are browser-based recreations of the core gameplay loop built with HTML5, JavaScript, or C#.

  • Why use them? You can play a simplified version of GD directly in your browser at school or work.
  • The catch: They rarely have all the official songs or icons due to copyright.

Legal and ethical considerations

  • The official Geometry Dash client and its assets are copyrighted. Clones should avoid using original art, music, or proprietary assets.
  • Tools that enable cheating (auto-play bots) or modify online leaderboards may violate terms of service and can harm communities. Use responsibly.
  • Distribution of extracted proprietary assets or paid content is likely illegal.

2. Mod Loaders and Hacks (GDH, Mega Hack v7 source)

This is the dark horse of the repository. Developers share source code for mods that add practice music, accurate percentage counters, or even noclip.

  • Best find: Geometry Dash Hack (GDH) – An open-source trainer that lets you change speed, gravity, or teleport.
  • Warning: Always scan the code before running executables. Stick to repos with 100+ stars.
VIDEO of ONLINE WEBINAR: MedDream Viewer integration with AGNA RIS. '. Date: 2025-10-21
Watch webinar's video recording:

Webinar showcased how MedDream and Arwa Digital Systems are advancing radiology workflow efficiency through the seamless integration of the MedDream Viewer and AGNA RIS.

Agenda:

  • Introduction: MedDream’s collaboration with Arwa Digital Systems
  • Presentation of the AGNA RIS
  • Solution offering overview
  • Demonstration of MedDream integration with AGNA RIS
  • Q&A session with attendees
Read more: here.
VIDEO of ONLINE WEBINAR: MedDream Viewer integration with DataHive Archive and SoluMed RIS. Date: 2025-09-09
Watch webinar's video recording:

Webinar showcased how how the MedDream Viewer integrates with the DataHive Archive and SoluMed RIS.

Agenda:

  • Introduction: MedDream’s collaboration with DataHive
  • Presentation of the DataHive AWE Archive and SoluMed RIS
  • Solution offering overview
  • Demonstration of MedDream DataHive and SoluMed integration
  • Q&A session with attendees
Read more: here.

DICOM Library users worldwide

DICOM Library users worldwide
Last updated: 2025-05-29.
What can you upload?
You can upload DICOM file or files packed as zip. Zip must contain DICOM files of studies, series and others.
How upload works?
Firstly test if it DICOM file or it will be skipped. Secondly try anonymize and then upload file to server. Same goes for zip file: try to extract and read file by file, test for DICOM format or skip, anonymize and upload. All extracting and anonymization is made on your browser.
Share?
You can share uploaded files via social networks: facebook, twitter and send by e-mail.
Anonymization?
At this point - deletes information about patient and attributes to identify a person in each DICOM file. Anonymization is done in your browser.
Do not upload files with information written on image!
 
Copyright © 2026 by DICOM Library. All rights reserved