platf-imagick/src/nativeTest/kotlin/WandClippingPlayground.kt [26:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun setUp() { ImageMagick.MagickWandGenesis() img = ImageMagick.NewMagickWand() ?: error("Failed to create MagickWand") val w = 100 val h = 100 ImageMagick.MagickNewImage(img, w.convert(), h.convert(), white) wand = ImageMagick.NewDrawingWand() ?: error("Failed to create DrawingWand") outFile = null } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platf-imagick/src/nativeTest/kotlin/WandPlayground.kt [26:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun setUp() { ImageMagick.MagickWandGenesis() img = ImageMagick.NewMagickWand() ?: error("Failed to create MagickWand") val w = 100 val h = 100 ImageMagick.MagickNewImage(img, w.convert(), h.convert(), white) wand = ImageMagick.NewDrawingWand() ?: error("Failed to create DrawingWand") outFile = null } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -