Skip to content

Commit

Permalink
Add required DLL files for ImageMagick
Browse files Browse the repository at this point in the history
Gonna need to add attrition to Imagemagick as well soon due to their license requirements.
  • Loading branch information
MeguminBOT committed Oct 25, 2024
1 parent 53f0fe6 commit 1913ea6
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions TextureAtlas to GIF and Frames.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@

import os
import sys

# Add the path where the DLLs are located at runtime
dll_path = os.path.join(os.path.dirname(sys.argv[0]), 'ImageMagick')
os.environ['PATH'] = dll_path + os.pathsep + os.environ['PATH']
os.environ['MAGICK_CODER_MODULE_PATH'] = dll_path

import concurrent.futures
import json
import os
import re
import shutil
import sys
import tempfile
import time
import tkinter as tk
Expand Down
Binary file added plugins/CORE_RL_MagickCore_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_MagickWand_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_bzlib_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_exr_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_freetype_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_fribidi_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_glib_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_harfbuzz_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_lcms_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_lqr_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_png_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_webp_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_xml_.dll
Binary file not shown.
Binary file added plugins/CORE_RL_zlib_.dll
Binary file not shown.
Binary file added plugins/IM_MOD_RL_gif_.dll
Binary file not shown.
Binary file added plugins/IM_MOD_RL_png_.dll
Binary file not shown.
Binary file added plugins/IM_MOD_RL_webp_.dll
Binary file not shown.

0 comments on commit 1913ea6

Please sign in to comment.