Skip to content

Commit 18e8e1b

Browse files
committed
Bitmap: 1.2.0
1 parent 11b825e commit 18e8e1b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/bitmap-1.1.1.zip

-14.5 KB
Binary file not shown.

extensions/bitmap-1.2.0.zip

398 Bytes
Binary file not shown.

libraries.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
2626
codeName: "bitmap"
2727
shortDescription: "Image manipulation and drawing"
2828
longDescription: """The Bitmap Extension allows you to manipulate and import images into the drawing and patches. It offers features not provided by the NetLogo core primitives, such as: scaling, manipulation of different color channels, and width and height reporters."""
29-
version: "1.1.1"
29+
version: "1.2.0"
3030
homepage: "http://ccl.northwestern.edu/netlogo/docs/bitmap.html"
31-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/bitmap-1.1.1.zip"
31+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/bitmap-1.2.0.zip"
32+
minNetLogoVersion: "NetLogo 6.3.0"
3233
}
3334
{
3435
name: "Bitstring datatype for NetLogo"

0 commit comments

Comments
 (0)