howff

Results 79 comments of howff

Sorry the machine I used to use has been wiped so I can't find out which version but it's safe to say it would have been several years ago (possibly...

Here's two tables, one works and the other doesn't ``` Title Table is rendered incorrectly Heading 1 Heading 2 Col 1 Col 2 Table is OK because </tr> Heading 1...

A very good tool for exploring binary files is SweetScape's 010editor. It has Templates which you can apply to parts of the file, so you can use a JPEG template...

I frequently have this problem and it's still an issue with the latest version ![draw io_usage](https://user-images.githubusercontent.com/3064316/188313552-d95fedbd-c7fe-472a-9a73-6b2a763c9edb.PNG) (that's with no visible draw.io windows open!) See also #390

The same problem exists when I install `mxnet_cu102-1.6.0` into Python38 on Windows via the wheel `mxnet_cu102-1.6.0-py2.py3-win_amd64.dll` (if you can't get this from pip install then you can get it from...

@nikky4D I installed Python into c:\Python38 and installed CUDA 10.2 from nvidia then I downloaded the latest nightly version of mxnet from pip which actually turned out to be mxnet-1.6.0...

Deleting the overlays (or setting the high bits to zero for old-school overlays) will certainly help to deidentify. I would note that even CTP doesn't clear the high bits when...

I think we need four options. The original author of this issue probably wants option 1. 1. unpack the image pixels, zero-out the high bits, re-write the file. That will...

This handles option 1, as the original poster wanted. Does the code handle all cases? It doesn't recompress, and I'm not sure I'm setting the transfer syntax correctly. ``` elem_OverlayBitPosition...

Here's a sample program which implements all required options. https://gist.github.com/howff/bcb104a3486fdc8a2dd6c2134ad4a0f0 I've tested it on a few images (multiple frames, multiple overlays in high-bits, multiple separate overlays). Please can someone review...