- (Upgrade) EmguCV from 4.5.1 to 4.5.2
- **File formats:**
   - (Add) Getter `IsAntiAliasingEmulated`: Gets whatever a file format uses real or emulated AntiAliasing
   - (Add) Getter `IsDisplayPortrait`: Gets if the display is in portrait mode
   - (Add) Getter `IsDisplayLandscape`: Gets if the display is in landscape mode
- **Tool - Resize:** (#235)
   - (Fix) Division by 0 when start layer is equal to end layer
   - (Fix) Calculations when using the option "Increase or decrease towards 100%"
- (Add) About window: OpenCV build number and a button to copy build information to clipboard
- (Improvement) Exposure exposure finder: Improve the **Multiple brightness** section to auto fill with correct values for file formats that use time fractions to emulate AntiAliasing, this can be used to replace the **Multiple exposures** section
- (Fix) UVJ: Error when using a null or empty layer array on manifest `config.json` file (#232)
- (Fix) GCode parser: When only a G4/wait command is present on a layer it was setting the global exposure time and discard the this value per layer
This commit is contained in:
Tiago Conceição
2021-07-07 22:41:12 +01:00
parent c56ddb904c
commit 29c485458c
40 changed files with 459 additions and 234 deletions
+14 -4
View File
@@ -6,10 +6,10 @@ labels: ''
assignees: sn4k3
---
<span style="color:red">
**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**
**! Fill the report template and remove the sections you do not used on this bug report**
</span>
<!--
This is just a template - feel free to delete any and all of it and replace as appropriate.
Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.
!-->
## System
- OS: [e.g. Windows 10 x64 v20H2]
@@ -27,19 +27,29 @@ Steps to reproduce the behavior:
4. See error
## Expected behavior
<!--
A clear and concise description of what you expected to happen.
!-->
## Screenshots
<!--
If applicable, add screenshots to help explain your problem. Never hide information, full GUI/window screenshot is always a must!
If bug is related to GUI/visuals print a screenshot from Help -> About
!-->
## Files
<!--
Were possible attach the problematic file, both source and output file if applicable.
!-->
## Exceptions Log file
<!--
In some unexpected exceptions errors and application crash it will generate and save a log file under AppData\Local\UVtools\errors.log.
To navigate to the error.log folder you can open UVtools, go to Help -> Open settings folder
If present you can attach the log file here.
!-->
## Additional context
<!--
Add any other context about the problem here.
!-->
+10 -1
View File
@@ -8,7 +8,10 @@ assignees: sn4k3
Also look at: https://github.com/sn4k3/UVtools/discussions/categories/ideas
<span style="color:red">**! Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.**</span>
<!--
This is just a template - feel free to delete any and all of it and replace as appropriate.
Before continue, please look/search on closed topics if your case was already been discussed, if yes and related, comment there instead.
!-->
## Is your feature request related to a problem? Please describe
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
@@ -17,10 +20,16 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate
A clear and concise description of what you want to happen.
## Describe alternatives you've considered
<!--
A clear and concise description of any alternative solutions or features you've considered.
!-->
## Screenshots
<!--
If applicable, add screenshots to help explain your request.
!-->
## Additional context
<!--
Add any other context or screenshots about the feature request here.
!-->