ImageGeoms.jl

June 16, 2026 · View on GitHub

https://github.com/JuliaImageRecon/ImageGeoms.jl

docs-stable docs-dev action Aqua QA codecov deps license pkgeval version

This Julia package exports the type ImageGeom and corresponding constructor methods. It is useful for describing the pixel or voxel grid for tomographic image reconstruction.

For an explanation see the documentation using the blue "docs" links above.

Getting started

using Pkg
Pkg.add("ImageGeoms")

Example

using ImageGeoms
ig2d = ImageGeom((128,128), (1,1), (0,0))
ig3d = ImageGeom( dims=(128,128,64), deltas=(1,1,2), offsets=(0,0,0) )

Documentation

For more examples with graphics, see the documentation.

Dependents

Compatibility

Tested with Julia ≥ 1.12.