Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c3feb6c
fix some ImageSharp color casting
ikkyuland Jul 10, 2025
2d2f799
implement lazyload and overhaul Tiff
ikkyuland Jul 11, 2025
0e127c4
[DW-34] optimize OpenTiffToImageSharp
ikkyuland Jul 12, 2025
3653403
add DW_34_ShouldNotThrowOutOfMemory
ikkyuland Jul 12, 2025
7d6dbc2
[DW-34] add dynamic treshold (.net6+)
ikkyuland Jul 12, 2025
9b74625
reduce iteration of DW_34_ShouldNotThrowOutOfMemory
ikkyuland Jul 12, 2025
5d4086d
[DW-34] optimize GetRGBBuffer by not cast Pixel to Color
ikkyuland Jul 14, 2025
1604c4f
[DW-34] also lazy load Binary
ikkyuland Jul 14, 2025
fb2b8d2
[DW-34] add GetRGBABuffer
ikkyuland Jul 14, 2025
36a8617
[DW-34] use IEnumerable<Image>
ikkyuland Jul 15, 2025
aa9642e
[DW-34] fix GetRGBABuffer and add TestGetRGBABuffer
ikkyuland Jul 15, 2025
f4553a1
optimize RotateFlip, Redact and remove OpenGifToImageSharp
ikkyuland Jul 15, 2025
2a8617d
[DW-34] optimize InternalLoadTiff
ikkyuland Jul 16, 2025
ff49954
[DW-34] always use BmpEncoder
ikkyuland Jul 16, 2025
9e328e4
fix export gif and add tests
ikkyuland Jul 16, 2025
69c3279
catch Width Height BitsPerPixel value for faster operation
ikkyuland Aug 4, 2025
3b1e95e
disable LoadTest1
ikkyuland Aug 4, 2025
8138e4e
DW-35: Align Color FromName with System.Drawing
Sawraz-IS Aug 6, 2025
11dae53
cache frameCount
ikkyuland Aug 6, 2025
09e572f
[DW-34] optimize ImageSharp casting
ikkyuland Aug 6, 2025
44dcbb4
Binary Thread Safety
ikkyuland Aug 8, 2025
4c55ed7
use _lazyImage?
ikkyuland Aug 8, 2025
347fa9f
optimize (WIP)
ikkyuland Aug 8, 2025
a390fc6
make GetTiffFrameCountFast also count Thumbnail since ImageSharp cann…
ikkyuland Aug 11, 2025
9266321
remove unused LoadTest1()
ikkyuland Aug 11, 2025
7c823bf
fix tryWithLibTiff logic
ikkyuland Aug 11, 2025
b1e1340
improve readability
ikkyuland Aug 11, 2025
85c2ec5
DW-35: Fix IsKnownColor Issue
Sawraz-IS Aug 13, 2025
92121be
Merge pull request #139 from iron-software/releases/2025.8
first-ironsoftware Aug 14, 2025
248e645
fixed image loaded while Disposing
ikkyuland Aug 15, 2025
42dfdf6
Merge pull request #141 from iron-software/DW-35-Align-Color-FromName…
mee-ironsoftware Aug 18, 2025
2733819
Merge pull request #136 from iron-software/DW-34-lazy-load-anybitmap
first-ironsoftware Aug 19, 2025
c7a029f
Update release notes
first-ironsoftware Aug 19, 2025
c57451e
remove invalid using statement when init _lazyImage
ikkyuland Aug 21, 2025
1bdc471
Merge pull request #142 from iron-software/hotfix-LoadAndResizeImage-…
ikkyuland Aug 21, 2025
3212791
hotfix AnyBitmap.Clone(Rectangle rectangle) Binary was not updated
ikkyuland Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ ipch/
# Visual Studio Trace Files
*.e2e

# JetBrains IDE settings (e.g., IntelliJ, Rider, PyCharm)
.idea/


# TFS 2012 Local Workspace
$tf/

Expand Down
Loading
Loading