1
0
mirror of https://github.com/popeless/addin-image-magick.git synced 2024-11-16 10:08:21 +02:00
Go to file
2021-08-27 15:14:36 +03:00
include Add project files. 2021-08-20 23:05:52 +03:00
src Added methods 2021-08-27 15:14:36 +03:00
.gitattributes Add .gitignore and .gitattributes. 2021-08-20 23:05:50 +03:00
.gitignore Add .gitignore and .gitattributes. 2021-08-20 23:05:50 +03:00
CMakeLists.txt Add project files. 2021-08-20 23:05:52 +03:00
CMakeSettings.json Added methods 2021-08-27 09:58:49 +03:00
COPYING Add project files. 2021-08-20 23:05:52 +03:00
README.md Update README.md 2021-08-20 23:09:40 +03:00

  • (c) Popeless
  • Added Image Magick lib and auto orient method
  • Delete all others methods
  • Libs in pragma comments, need to be in SampleAddIn.lib folder
  • (taken from image magick setup folder)
  • This lib needs to compile in Release mod
  • Big Thanx to Infactum for this template!
  • https://github.com/Infactum/addin-template

  • Redisigned for test Image Magick
  • Added libs (without them it didn't work
  • Added ifstream to test binary images (not completed)
  • This code might compile without errors only in release mode.
  • If you want to debug it correctly, you must compile all libs by yourself
  • Webpage for answer:
  • legacy.imagemagick.org/discourse-server/viewtopic.php?t=13970