You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/release.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ We're excited to announce the release of a new major version of ImageJS. This ve
8
8
9
9
<!-- truncate -->
10
10
11
-
# API Changes
11
+
# API changes
12
12
13
-
## 🔷 TypeScript Support
13
+
## 🔷 TypeScript support
14
14
15
15
All APIs now have strict TypeScript definitions:
16
16
@@ -111,7 +111,7 @@ const mask = new Mask(10, 10);
111
111
112
112
The new `Mask` class uses 1 byte per pixel (vs 8 pixels per byte), trading ~8x memory usage for significantly faster bit operations and simpler data manipulation.
113
113
114
-
### Regions of Interest
114
+
### Regions of interest
115
115
116
116
API for handling of regions of interest has also been changed.
117
117
ROI map creation methods like `fromMask()` and `fromWatershed()` are now standalone functions `fromMask()` and `watershed()`.
@@ -257,7 +257,7 @@ Several methods have been renamed for consistency:
257
257
258
258
- Node.js: 18+ (previously 14+)
259
259
260
-
### Removed Features
260
+
### Removed features
261
261
262
262
The following deprecated features have been removed:
263
263
@@ -291,7 +291,7 @@ The following deprecated features have been removed:
291
291
-`mergeRoi()` and `mergeRois()` have been removed.
292
292
-`minX`,`minY`,`meanX`,`meanY`,`maxX`,`maxY` have been removed. Use [ROI's `origin`, combined with its `width` and `height`](https://image-js.github.io/image-js/classes/index.Roi.html'API link on ROI').
For more details, [visit our tutorial](/docs/Tutorials/Applying%20transform%20function%20on%20images'internal link on transform function tutorial') on how image transformations work how they can be used.
306
306
307
-
### Bicubic Interpolation
307
+
### Bicubic interpolation
308
308
309
309
High-quality image scaling is now available with [bicubic interpolation](https://en.wikipedia.org/wiki/Bicubic_interpolation'wikipedia link on bicubic interpolation'):
0 commit comments