Verso.Showcase.ImageStudio
1.1.2
See the version list below for details.
dotnet add package Verso.Showcase.ImageStudio --version 1.1.2
NuGet\Install-Package Verso.Showcase.ImageStudio -Version 1.1.2
<PackageReference Include="Verso.Showcase.ImageStudio" Version="1.1.2" />
<PackageVersion Include="Verso.Showcase.ImageStudio" Version="1.1.2" />
<PackageReference Include="Verso.Showcase.ImageStudio" />
paket add Verso.Showcase.ImageStudio --version 1.1.2
#r "nuget: Verso.Showcase.ImageStudio, 1.1.2"
#:package Verso.Showcase.ImageStudio@1.1.2
#addin nuget:?package=Verso.Showcase.ImageStudio&version=1.1.2
#tool nuget:?package=Verso.Showcase.ImageStudio&version=1.1.2
Verso.Showcase.ImageStudio
A sample layout extension for Verso that presents a notebook as a layered image document: a canvas in the middle, a layer panel on the right, and a tool palette on the left. It is one of the Verso showcase layouts, built to demonstrate what the layout system can do.
What it shows
The document and the editor are the same .verso file viewed two ways. Open it in the Notebook
layout and it is a notebook; switch to Image Studio and it is an image editor. The layer stack is
persisted with the notebook, and any layer can be driven by a kernel variable, so editing and
re-running a code cell repaints it live. The whole editor runs inside the host's sandboxed frame and
themes itself through the host's --verso-* CSS variables, so it follows every Verso theme.
Installation
Install it from the Verso Extensions pane: search for Verso.Showcase, install
Verso.Showcase.ImageStudio, then choose Image Studio from the layout picker. A notebook can
also declare it as a required extension so it installs automatically on open.
Using it
With the layout active you can add layers (solid, gradients, checkerboard, stripes, dots, rings, text, and procedural), set each layer's opacity and blend mode, and reorder the stack. Add a procedural layer and bind it to a kernel variable to draw a layer from code in any language the notebook runs.
To save your work, use the host Export menu: while Image Studio is the active layout it adds PNG Image (the rasterized canvas) and SVG Image (a resolution-independent re-emit of the vector layers) alongside the notebook's other export formats.
License
MIT. This package bundles no third-party libraries.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Verso.Abstractions (>= 1.1.2)
-
net8.0
- Verso.Abstractions (>= 1.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.