Results 1568 comments of John Cupitt

Changing `copy_memory` to be: ```ruby def copy_memory new_image = Vips.vips_image_copy_memory self ::GObject.g_object_unref new_image end ``` Obviously won't work, haha, but it gets the time down to 3.2s. If I make...

That's very strange. I'll try sysprof here.

Hello @Ark-kun, Yes, it's a blast from the past isn't it. nip2 was my weekends project for most of the late 90s and the world has moved on. It has...

nip4 should have a much better windows build too. There's a test build of vipsdisp (what will become the nip4 image window) for windows here: https://github.com/jcupitt/vipsdisp/releases/tag/v2.6.3 Any feedback / testing...

Hmm, kinda works: ![image](https://github.com/libvips/nip2/assets/580843/3d680e21-0ac4-47dd-82dc-2dd8ce82c58a) Here's that workspace: [unblend.zip](https://github.com/libvips/nip2/files/14310701/unblend.zip) Load it into nip2, then drop your test images into cells A1 and A3. You can use nip2 from the CLI, it...

Batch mode is a bit harder on windows since they (strangely!) have different binaries for GUI and non-GUI programs. You need to use the CLI wrapper.

Hi @scarf005, Good idea, I've been meaning to do this. Perhaps we should drop python2 support at the same time? We're on pyvips 2.x at the moment, so this might...

The docs are made by this: https://github.com/libvips/pyvips/blob/master/pyvips/voperation.py#L408 Someone just needs to hack that about a bit.

Hello, I closed a lot of old issues a while ago, and no this hasn't been implemented, sorry. Let's reopen this and tag as an enhancement.