Skip to content

Releases: klanderfri/CardReaderLibrary

CardReaderLibrary 0.148

12 Jun 09:39
e50d711
Compare
Choose a tag to compare
Pre-release

Thirteenth release:

  • Separated the client code from the library code and moved the client code to a separate project.
  • This project now only contains the code for the DLL file.

Instructions for using the library:

  • Include the DLL files into your project (CardReaderLibrary.dll is dependent on the others).
  • Include the tessdata folder and its content into your project. It's needed for decoding image text.
  • Call the methods provided by the CardReaderLibrary.dll file (see CardReaderLibrary.h for details).

Troubleshooting:

  • Try running vcredist_x86.exe before running your program that uses the DLL library.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md).
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.144

31 May 11:56
Compare
Choose a tag to compare
ReadMagicCard 0.144 Pre-release
Pre-release

Twelfth release:

  • Separated the code and moved the library methods to a separate DLL.
  • Made it possible to call said DLL from both C++ and C# (at least in Windows).

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md).
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.133

25 May 17:37
Compare
Choose a tag to compare
ReadMagicCard 0.133 Pre-release
Pre-release

Eleventh release:
Mostly under-the-hood-fixes...

  • Added a pointer to a session object keeping track of input parameters and useful methods.
  • Refactored the helper library to have many small classes instead of few big.
  • Changed the colours in the debug images due to this.
  • Added the fourth input argument, a full file path to a single image to decode.

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md)
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.126

09 May 15:20
Compare
Choose a tag to compare
ReadMagicCard 0.126 Pre-release
Pre-release

Tenth release:

  • Added code setting if the card is an emblem or a token.
  • Fixed bugs in how rotated card are unrotated.

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md)
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.122

04 May 12:20
07c35fa
Compare
Choose a tag to compare
ReadMagicCard 0.122 Pre-release
Pre-release

Ninth release:

  • Fixed that uppercase I and J on cards with the new font was decoded as lowercase L.
  • Fixed so that dashes (-) are considered a valid title character.
  • Added code finding the base line of the title text.
  • Made the algorithms a bit sharper.

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md)
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.94

13 Apr 17:48
Compare
Choose a tag to compare
ReadMagicCard 0.94 Pre-release
Pre-release

Eighth release:

  • Added support for Amonkhet split cards.

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md)
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.91

12 Apr 17:52
4482092
Compare
Choose a tag to compare
ReadMagicCard 0.91 Pre-release
Pre-release

Seventh release:

  • Added code replacing numbers with letters. Some numbers, like 0, can be replaced with O.
  • Added support for some transformed cards.

Instructions for running the program:

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

Troubleshooting:

  • Try running vcredist_x86.exe if the program won't start.
  • Try running the program in an environment similar to the development one (see CONTRIBUTING.md)
  • Make sure the photos are clear, sharp and well lit.

ReadMagicCard 0.88

11 Apr 18:09
Compare
Choose a tag to compare
ReadMagicCard 0.88 Pre-release
Pre-release

Sixth release. Added new command argument for running the program silent.

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card in each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

ReadMagicCard 0.86

11 Apr 14:06
f0fe2b9
Compare
Choose a tag to compare
ReadMagicCard 0.86 Pre-release
Pre-release

Fifth release. Put the results in a text file in addition to showing it in the command line window.

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card in each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.

ReadMagicCard 0.82

11 Apr 09:21
Compare
Choose a tag to compare
ReadMagicCard 0.82 Pre-release
Pre-release

Fourth release. Added support for regular split cards and did some bug fixes.

  • Unzip the file (may I suggest 7zip?) anywhere.
  • Make sure the folder C:\Users\<username>\Pictures\MtG-cards contains pictures with one (1) magic card in each.
  • Run ReadMagicCard.exe
  • Done! You should get a messages in the command line window telling you the names of the cards and if the execution was successful.