Releases: marcinz606/NegPy
Releases · marcinz606/NegPy
NegPy 0.10.1
- Optimized database writes to prevent stuttering during active slider movement.
- Fixed manual crop tool not being restricted to image border.
- Apply/sync export settings to all loaded files by default when using "Export All" button.
NegPy 0.10.0
- Added Zoom & Pan for preview:
- Useful for cleaning dust :)
- Mouse wheel to zoom (up to 400%).
- left-click (or middle click when using tools like spot healing brush) drag to pan.
- Discrete zoom slider in the toolbar.
- Added Persistent Undo/Redo:
- Standard shortcuts (Ctrl+Z / Ctrl+Y).
- Stores up to 100 steps per file in local SQLite database.
- History survives app restarts and file switching.
- Track number of edits on image overlay (lower left corner)
- Also track number of heal spots in retouch toolbar section.
- Packaged some additional requirements in Linux appimage for easier (I hope) running on debian-derived distros.
- Fixed(?) UI rendering issues on Windows
NOTE: due to some backend changes in storing the edits you might get weird colors on your previously edited photos. Reset button should get rid of that. Nuclear option is deleting edits.db and settings.db from NegPy folder in your Documents.
NegPy 0.9.16
- Stability improvements when using Numba-compiled functions.
- Parallelized batch normalization.
NegPy 0.9.15
- Stability improvements when loading files and generating thumbnails (specfically for tiff & pakon files).
- Fix: white & black point offset sliders working in wrong direction when in E6 mode.
- More UI refinements.
NegPy 0.9.14
- Fix: export folder not being correctly set on some configs on first run.
- Fix: Camera WB setting not forcing bounds re-analysis which lead on color cast stacking instead of color cast removal.
- Added USER_GUIDE.md
NegPy 0.9.13
- Added Shadow Color Cast Removal: aggressively target and neutralize color casts in the deepest shadows.
- Added Regional Color Timing: independent CMY adjustment for Global, Shadows, and Highlights tonal regions.
- Added Vibrance Slider: selectively enhance muted colors while protecting already vibrant tones.
- Added Chroma Denoise Slider: reduce digital color noise in LAB space while preserving natural film grain in the L-channel.
- Added White & Black Point Offsets: manual sliders to adjust normalization boundaries for precise highlight recovery or shadow recovery on top of auto exposure.
- Added classic Shadows & Highlights slider using dynamic Gaussian-weighted offsets.
- Reordered LAB processing pipeline for maximum signal integrity.
- Many UI refinements
- Added popup to ensure that export folder is properly set.
NegPy 0.9.12
- Add build for macOS with Intel CPUs
NegPy 0.9.11
- Fix color casts on exported files when manual white balance correction is applied #87
NegPy 0.9.10
- Added initial implementation of "E-6" mode
- Fix regression #81
NegPy 0.9.9
- Added button to sync edits to selected files
- Multiselect files in film strip using ctrl/cmd + click or drag with shift + click
- Fix "tiling" on exports that sometimes appeared on high-res exports when using CLAHE
- Fix image alignment issues when using fine rotation + manual crop