Platform
Resources
Pricing
Sign in
Get started
Jonathan Helfman
Student of math, d3, svg, etc. Prototyper of visualizations for electronics design and test.
Workspace
Fork
Published
Image Tiles
By
Jonathan Helfman
Edited
Apr 25, 2020
Fork of
Image Chopper
Importers
1 star
Image Tiles
Image Chopper
Image Chopper with Perceptual Color Index
Brushed Image View Example
Image Chopper 2
Image Chopper deeper hierarchy
Brushed Image View Zoom Example
Insert cell
Insert cell
// an image grid without duplicate patches
imageGrid
(
getRandomSubarray
(
patches
,
36
)
.
map
(
p
=>
getPatch
(
img
,
p
)
)
,
3
)
Insert cell
// an image grid that might have duplicate patches
imageGrid
(
d3
.
range
(
36
)
.
map
(
(
)
=>
getPatch
(
img
,
patches
[
d3
.
randomInt
(
patches
.
length
)
(
)
]
)
)
,
3
)
Insert cell
imageStrip
(
d3
.
range
(
12
)
.
map
(
(
)
=>
getPatch
(
img
,
patches
[
d3
.
randomInt
(
patches
.
length
)
(
)
]
)
)
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
img
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
dimensionSamples
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
patches
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
imageStrip
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
imageGrid
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
getPatch
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML