- **Tool - Morph:**
- (Add) Operator: White tophat - Removes small isolated pixels and only return its affected pixels (Image - Noise removal)
- (Add) Operator: Black tophat - Closes small holes inside the objects and only return its affected pixels (Gap closing - Image)
- (Add) Operator: Hit or miss - Finds pixels in a given kernel pattern
- (Remove) Operator: 'Isolate features' as that is the same as the 'White tophat' and is already inbuilt into OpenCV
- **Kernels:**
- (Add) Option: Use dynamic kernel to enhancement the quality of the borders (#367)
- (Add) Kernels are now saved with the operation profile
- **PrusaSlicer:**
- (Add) Support to slice files to be converted for encrypted CTB format
- (Add) Printer: Elegoo Mars 3 (#370)
- (Add) Printer: EPAX E10 5K
- (Add) Printer: EPAX X10 5K
- (Add) Printer: Phrozen Sonic Mini 8K
- (Add) Printer: Phrozen Sonic Mega 8K
- (Fix) Printer: AnyCubic Photon Mono 4K - display size (#369)
- (Fix) Printer: AnyCubic Photon Mono X 6K - display size (#369)
- (Add) Tool - Double exposure: Kernel configuration
- (Add) Tool - Pixel arithmetic: Kernel configuration
- (Add) Calibration - Elephant foot: Use dynamic kernel to enhancement the quality of the borders (#367)
- (Fix) Calibrate - Elephant foot: Redo (Ctrl + Z) the operation was crashing the application
- (Fix) CTB, PHZ, FDG: Converting files with a null machine name would cause a exception
- (Fix) Anycubic files: Bottom lift and speed were showing default values instead of real used value
- **File - Send to:**
- (Add) Icons to distinguish each send type
- (Add) Allow to configure processes to open the file with (#352)
- (Improvement) CXDLP: When encoding the file, only attempt to change the machine name if not starts with 'CL-' (#351)
- (Improvement) UI: Remove the "0/?" and just show the title on the progress bar
- (Change) CTBv4: Remove the following validation to be compatible with lychee and CTB SDK: "Malformed file, PrintParametersV4 found invalid validation values, expected (4, 4) got (x, y)" (#354)
- **About box:**
- (Add) Processor name
- (Add) Memory RAM (Used / Total GB)
- (Add) OpenCV and Assemblies tab
- (Add) "Copy information" button to copy the whole dialog information, usefull for bug reports
- (Improvement) Enumerate the loaded assemblies
- (Improvement) Rearrange the elements and put them inside scroll viewers to not strech the window
- (Improvement) Allow to resize and maximize the window
- (Fix) Auto updater: From this version forward, the linux packages are correctly identified (linux, arch, rhel) and will download the same package as installed. Were downloading the linux-x64 no matter what
- **Change resolution:**
- (Add) Presets: 5K UHD, 6K and 8K UHD
- (Add) Resulting pixel ratio information
- (Add) Fix the pixel ratio by resize the layers images with the proposed ratio to match the new resolution
- (Fix) New images could have noise when processed on linux and macos
- (Add) Layer slider debounce time to render the image [Configurable] (#343)
- (Fix) CTB v1: Incorrect getter for the LightOffDelay
- (Fix) Reallocating layers were not notifying nor updating the layer collection about the changes, leading to wrong layer count
- (Fix) Undo and redo now also reverts the file resolution when changed
- **File formats:**
- (Add) Allow to partial open the files for read and/or change properties, the layer images won't be read nor cached (Fast)
- (Add) More abstraction on partial save
- **Scripting:**
- (Add) ScriptOpenFolderDialogInput - Selects a folder path
- (Add) ScriptOpenFileDialogInput - Selectes a file to open
- (Add) ScriptSaveFileDialogInput - Selects a file to save
- (Add) [UNSAVED] tag to the title bar when there are unsaved changes on the current session
- (Improvement) Better handling of empty images on the UI
- **File - Send to - Device**
- (Add) Progress with the transfered megabyte(s) and allow to cancel the transfer
- (Add) It will prompt for drive ejection [Configurable - On by default] [Windows only] (#340)
- (Fix) PhotonS: Some slicers will not fill the pixel RLE to the end when the remaining pixels are trailing black, this was triggering error on read because data checksum was incomplete, ignoring checksum now (#344)
- **File -> Send to -> Device**
- (Add) Progress with the transfered megabyte(s) and allow to cancel the transfer
- (Add) It will prompt for drive ejection [Configurable - On by default] [Windows only] (#340)
- (Add) Option to enable/disable bottom text on 'pattern model' mode
- (Fix) Importing a profile with 'Pattern loaded model' enabled, will trigger an error and prevent the import
Implement a 3,000 vertex cache to try and re-use vertex points when generating the faces. 3,000 was arbitrarily chosen and could be changed in the future.
Xor has the chance to introduce pixels that are white on the upper/lower layers that is black on the current layer and thus does not need to be checked for neighbors. Switch to Subtract which is more correct.
- (Add) Export layers to heatmap: Mirror and rotate options
- (Improvement) Export layers to image, GIF and heatmap: Auto select the flip method based on sliced file mirror information, it will output images in thier original form/orientation
- (Add) File formats properties:
- `DisplayDiagonal`: Display diagonal size in millimeters
- `DisplayDiagonalInches`: Display diagonal size in inches
- `DisplayAspectRatio`: Display aspect ratio
- (Add) Detect incorrect image ratio upon file load and warn user about it
(Add) Morph Tools - Added Isolate Features option - retains features
such as thin walls and remove other material. Useful for composing/
merging after applying other effects e.g. to restore strength to thin
walls, corners, etc.