Evgeny Varnavskiy
Evgeny Varnavskiy
In the list on the right I see something like: _Kroger - 210 Sterling Run Blvd, Mount Orab, OH, 45154_ with dates that suit me. But I have no idea...
According to documentation: https://wiki.openssl.org/index.php/Compilation_and_Installation Options should be set like this: `./config no-ssl2` not this `./config -no-ssl2` Option `no-engine` in your script should be `no-engines`
I was quite surprised that after running program for image optimization with defaults I ended up with 30% of smaller images and 70% of larger images, and with bigger total....
I am able to read EXIF from CR2 files as it seems to be TIFF compatible. Looks like it's the same story with CR3, so supporting it should not be...
[spring_1440x960.zip](https://github.com/ianare/exif-py/files/5625526/spring_1440x960.zip) Creation time and date are clearly visible in EXIF by Windows Explorer and FastStone Image Viewer, but cannot be read by your lib.
**Describe the bug** Destroys EXIF data despite `--keep-exif` **To Reproduce** ``` pip3 install pillow optimize-images optimize-images --keep-exif . ``` Optimized image will have it's EXIF data wiped. **Expected behavior** Image...
Today it's impossible to find openly available up to date `basestation.sqb` At same time OpenSky project keeps it's aircraft database up to date: https://opensky-network.org/datasets/metadata/ It would be nice if this...
It will generate variables even if those variables are commented out. Example: ``` # custom_rules { # name = "IPWhitelist" # priority = 1 # rule_type = "MatchRule" # match_conditions...
Hello! I dump to network using this parameter: `--output decoded:text:udp:address=myhost.net,port=1111` On startup of my Orange Pi dumpvdl seems to start before Pi is connected to WiFi. Because of this it...
Hello! I've managed to run it under Windows 10 & Server 2012 R2. Installation is straightforward: 1. Install Python 3.5 (PycURL is not available for 3.6 for Windows yet) 2....