fyyyyy
fyyyyy
no file header crashes node ``` js type: typeof(file) == 'string' ? mime.lookup(file) : file.type || file.mimetype || file.headers['content-type'], ``` should be ``` js type: typeof(file) == 'string' ? mime.lookup(file)...
I believe what we need is a trim, which does not re-center the image as the current trim does. That is a quite common use case for graphics batch processing...
A similar function is here: cropSymmetric https://www.npmjs.com/package/@jimp/plugin-crop#autocrop
related https://github.com/lovell/sharp/issues/3696
I got this to work by downloading blender 2.79 Unfortunately the EDM format seems to have also changed so i cannot import my DCS models.
If you send them within the same render cycle there should be no jitter?
This is probably a limitation of SimConnect, not related to python or this library in particular.
probalby configured here, try changing these enum def https://github.com/odwdinc/Python-SimConnect/blob/13ff77f0eb323275a587d20fd0bc30af314bb54c/SimConnect/Enum.py#L152 use: https://github.com/odwdinc/Python-SimConnect/blob/7fe6be86e31539a5a4f05696c01589f0e2a71e41/SimConnect/Attributes.py#L216 ```python class SIMCONNECT_PERIOD(CtypesEnum): # SIMCONNECT_PERIOD_NEVER = 0 SIMCONNECT_PERIOD_ONCE = 1 SIMCONNECT_PERIOD_VISUAL_FRAME = 2 SIMCONNECT_PERIOD_SIM_FRAME = 3 SIMCONNECT_PERIOD_SECOND = 4...
maybe related https://github.com/sidebase/nuxt-auth/issues/308
It works, but to get to settings is a bit tricky: -> manage extensions -> "Shortkeys" -> Click the three ... -> Settings menu or try this url moz-extension://c4f7409f-a51b-4e7c-ab30-1d2adfa6ae4d/options/options.html