Kevin M

Results 267 comments of Kevin M

Looks like your issue is already on [ExifTool's FAQ Q21](https://exiftool.org/faq.html#Q21) ... i added `-ec` flag and replaced newlines with `"\\n"` and it worked... please refer to the FAQ

Hmm, this might add a feature... I didn't realize the apps have to declare it. When you say you've done a quick test... did you name your exe `test.exe` and...

The size isn't so important as the pixels. What are the maximum image dimensions of those images? (There's been a few fixes merged in recently with fixes for large pixels...

You can add this on the title bar.

@aohanhongzhi you can also set up the setting in JPEGView.ini https://github.com/sylikc/jpegview/blob/efd55a1a0b922bd7274c1d44717dac4104bb0fa3/src/JPEGView/Config/JPEGView.ini#L566-L570 As @thradya mentioned and it's shown above, map it to `IDM_MOVE_TO_RECYCLE_BIN`

I'll take a look at it and merge it. I'm due for a release. I originally wanted to sign it but maybe I'll just leave it unsigned for one more...

Because of the image select and crop feature, the ALT key is necessary for moving the window. Without it, there are strange interactions with zoomed in images, etc

It'll be considered in a future release.

> I'm not sure if this is already possible, but I wasn't able to figure it out from the docs/playing with params myself. > > Is there a way to...

Is it actually hanging at `select()`. Did you turn on logging to see exactly where it hangs up https://sylikc.github.io/pyexiftool/faq.html#i-m-getting-an-error-how-do-i-debug-pyexiftool-output The terminate timeout doesn't affect Linux typically, though there was that...