Paintera Versions Save

macos-14

1 month ago

macos-latest

1 month ago

ubuntu-latest

1 month ago

windows-latest

1 month ago

macOS-ARM64

2 months ago

Merge pull request #524 from saalfeldlab/feat/samWithBox

initial implementation of Segment Anything with box prompt

paintera-0.34.2-snapshot

9 months ago

c-blosc installed via homebrew must be at version 1.21.4 for this to work with blosc compression

paintera-0.30.1

1 year ago

Paintera 0.30.1

Previous release: 0.30.0

Miscellaneous

  • Support headless test with testfx

Bugfix

  • Resolved issue where translation and erasing would occur simultaneously after Paintera loses focus during ShapeInterpolation

Pull Requests

  • #446
  • #447
  • #448

paintera-0.30.0

1 year ago

Paintera 0.30.0

Previous release: 0.29.0

Features

  • Overhaul Action/Event system to use Saalfx ActionSet for Modes and Tools
  • Overhaul painting to now paint into the viewer space, and propagate to source data only on mask apply
  • Improve Shape interpolation to allow for multiple sections, possibly at differing mipmap levels, updating interpolants, and translation in non-active viewers
  • Add Splash Screen

Miscellaneous

  • Allow user to reset existing mask if stuck on "busy" ( Shift + Esc by defaut)
  • Ask User if they wish to reset, if trying to paint too many times and mask is still "busy"
  • Block user from painting if no Id selected (instead of pop-up alert)
  • Add alert on startup if Paintera cannot deserialize an expected dataset

Bugfix

  • #440
  • #441
  • #432
  • Can now open HDF5 as writer
  • Support N5 Container when the root / is a valid dataset

Pull Requests

#444

Merge pull request #444 from saalfeldlab/N5Factory (6535fd3ea05a97d25405cceef604f78696de53fb)

paintera-0.29.0

2 years ago

Paintera 0.29.0

Previous release: 0.28.0

Note: Remote source support is in an early stage, and will be improved in future releases

Features

  • Added Support for viewing of read-only sources
  • Added Support for AWS S3 N5 containers
  • Populating a new label source from existing source will now pre-fill the scale levels

Miscellaneous

  • Combined Open Source Dialog to a single window, which accepts any valid URL (GS, S3, File System N5, HDF5)

Pull Requests

#438

Merge pull request #438 from saalfeldlab/N5Factory

paintera-0.28.0

2 years ago

Paintera 0.28.0

Previous release: 0.27.5

Features

  • Update Fill Connected Component Source to accept any nested combination of label, threshold, or other connected component sources
  • Filled Component meshes can be independently configure from the meshes of the sources they depend on
  • Add Virtual Sources section to Source>Virtual menu bar

Bugfix

  • Don't request repaint on an orthoslice is not shown
  • When loading a project that was saved while maximized with one orthoslice and the 3D rendering (Shift + M), ensure the correct pane orthoslice is maximized (previously, the bottom left pane would always be maximized after reload).
  • Fix issue with Fill Connected Component source not filling beyond block boundaries.

Miscellaneous

  • Reorganize the File and Source menus at the top left
  • Style updates
  • General code refactoring
  • Dependencies updates

Pull Requests

#437

Merge pull request #437 from saalfeldlab/feat/intersectionUpdate