Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/basics/demos/image.demo.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions docs/basics/working-with-images.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import ImageDemo from './demos/image.demo.tsx'

# Working with Images

<!-- TODO add analysis section once it is merged -->

### What is an Image?

In the context of digital technology and computing, images are represented as a grid of pixels, with each pixel containing information about color and intensity.

<ImageDemo />

### Types of images supported by ImagesJS

- Currently ImageJS supports images with these characteristics:
Expand Down