Search found 1 match
- 2019-04-02T17:49:40-07:00
- Forum: Magick.NET
- Topic: PowerShell and Magick.NET Write performance advice
- Replies: 0
- Views: 77566
PowerShell and Magick.NET Write performance advice
Hi, Using .NEt and PowerShell, I'm trying to write a rectangle on a bunch of small Tif images (each size around 10k). Seems to be working except performance is slow when saving the Tif image to disk (Using $IMG.WRITE). It takes about half a second or more to write it out. Was hoping to bring this ...