-
A while ago, I cloned the repository https://github.com/dlemstra/ImageMagick.FredsScripts.NET in order to draw inspiration from the code (which I often did). Today, I tried to compile them for the first time and could not find a main program, just classes. Am I getting something wrong? (Excuse me if this is a dumb question.) |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jul 8, 2025
Replies: 1 comment 6 replies
-
This is because the classes in that project are helper classes that you can use in your own project. Users of those scripts will need to add their own main program that uses the script. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
whugemann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because the classes in that project are helper classes that you can use in your own project. Users of those scripts will need to add their own main program that uses the script.