Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.

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

# Working with Images

<!-- TODO add analysis section once it is merged -->
Expand All @@ -8,8 +6,6 @@ import ImageDemo from './demos/image.demo.tsx'

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