mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v2.23.4
- (Fix) RGB images was preventing file open/save/convertion
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 04/10/2021 - v2.23.4
|
||||
|
||||
- (Fix) RGB images was preventing file open/save/convertion
|
||||
|
||||
## 04/10/2021 - v2.23.3
|
||||
|
||||
- **Pixel arithmetic**
|
||||
|
||||
@@ -329,7 +329,7 @@ namespace UVtools.Core.Extensions
|
||||
/// <returns>The total length of this <see cref="Mat"/></returns>
|
||||
public static int GetLength(this Mat mat)
|
||||
{
|
||||
return mat.Total.ToInt32();
|
||||
return mat.Total.ToInt32() * mat.NumberOfChannels;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
|
||||
<PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
|
||||
<Description>MSLA/DLP, file analysis, calibration, repair, conversion and manipulation</Description>
|
||||
<Version>2.23.3</Version>
|
||||
<Version>2.23.4</Version>
|
||||
<Copyright>Copyright © 2020 PTRTECH</Copyright>
|
||||
<PackageIcon>UVtools.png</PackageIcon>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<Version>2.23.3</Version>
|
||||
<Version>2.23.4</Version>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user