Skip to content

Releases: marcinz606/NegPy

NegPy 0.10.1

21 Mar 20:47
d3407e4

Choose a tag to compare

  • 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

10 Mar 21:52
b2aed74

Choose a tag to compare

  • 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

28 Feb 18:27

Choose a tag to compare

  • Stability improvements when using Numba-compiled functions.
  • Parallelized batch normalization.

NegPy 0.9.15

22 Feb 09:48
a213c0a

Choose a tag to compare

  • 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

20 Feb 18:57
f117bc5

Choose a tag to compare

  • 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

19 Feb 18:59
afe82aa

Choose a tag to compare

  • 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

16 Feb 16:59
206cf27

Choose a tag to compare

  • Add build for macOS with Intel CPUs

NegPy 0.9.11

13 Feb 23:11
1aa68b3

Choose a tag to compare

  • Fix color casts on exported files when manual white balance correction is applied #87

NegPy 0.9.10

08 Feb 08:29
48ee05f

Choose a tag to compare

  • Added initial implementation of "E-6" mode
  • Fix regression #81

NegPy 0.9.9

06 Feb 06:49

Choose a tag to compare

  • 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