forked from bigdataviewer/bigdataviewer-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# bigdataviewer-core | ||
[![](https://api.github.com/bigdataviewer/bigdataviewer-core/actions/workflows/build-main.yml/badge.svg)](https://github.com/bigdataviewer/bigdataviewer-core/actions/workflows/build-main.yml) | ||
[![Join the chat at https://gitter.im/bigdataviewer/bigdataviewer-core](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bigdataviewer/bigdataviewer-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ImgLib2-based viewer for registered SPIM stacks and more | ||
|
||
Feature added in this fork: | ||
### Interactive Video producing using Spline interpolation : | ||
1- Video producer can be opened by clicking `F7` or `Tools -> Produce Movie` | ||
![](img/1.png) | ||
|
||
2- By opening Video Producer you get this panel | ||
![](img/2.png) | ||
- `+` To add current frame | ||
- `-` To delete last frame | ||
- Preview with a frame down-sampling and sleep time between frames | ||
- Accel: you select the interpolation: `Slow start` , `slow end` , `Symmetric` ... | ||
- Export: Can be in `Json` or `PNG sequence` |