Photoshop Plugin
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Photoshop Plugin
Hi,
I was wondering if the photoshop plugin works for Photoshop CS6 for Mac. The readme gives instructions for Windows but I need to run it on Mac.
I was wondering if the photoshop plugin works for Photoshop CS6 for Mac. The readme gives instructions for Windows but I need to run it on Mac.
Re: Photoshop Plugin
It is a Windows Photoshop plugin and probably not even compatible anymore.
The Gimp plugin is much more powerful and can be used on OS X (you will need to compile on your own *AND* you will need to install Gimp via MacPorts).
The Gimp plugin is much more powerful and can be used on OS X (you will need to compile on your own *AND* you will need to install Gimp via MacPorts).
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
mapedit/u7shp.c
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
Ok. Where are the libraries located? I downloaded gtk and ran the script.
Re: Photoshop Plugin
You need to install Gimp via MacPorts because you need some tool (I forgot the nsme of) that you just point at the sourcefile and it will do the rest...
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
looked it up again, when you have installed Gimp via Macports (sudo port install Gimp), run it once and close it, then open Terminal, change directories to the Exult source and then into the folder mapedit. There just execute:
That should build and install the plugin. Then open up Gimp again and open a shp file (when asked for a palette, just cancel that dialog)
Code: Select all
gimptool-2.0 --install u7shp.c
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
Hmmm....followed your instructions and when building I'm getting this:
Teds-MacBook-Pro:mapedit ted_gress$ gimptool-2.0 --install u7shp.c
/usr/bin/clang -D_REENTRANT -I/opt/local/include/gimp-2.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -o /Users/ted_gress/Library/Application Support/GIMP/2.8/plug-ins/u7shp u7shp.c -L/opt/local/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
clang: error: no such file or directory: 'Support/GIMP/2.8/plug-ins/u7shp'
Teds-MacBook-Pro:mapedit ted_gress$
Nothing is ever easy. eh?
Teds-MacBook-Pro:mapedit ted_gress$ gimptool-2.0 --install u7shp.c
/usr/bin/clang -D_REENTRANT -I/opt/local/include/gimp-2.0 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng16 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -o /Users/ted_gress/Library/Application Support/GIMP/2.8/plug-ins/u7shp u7shp.c -L/opt/local/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype
clang: error: no such file or directory: 'Support/GIMP/2.8/plug-ins/u7shp'
Teds-MacBook-Pro:mapedit ted_gress$
Nothing is ever easy. eh?
Re: Photoshop Plugin
See if it build it anyway (u7shp) and move it to ~/Library/Application Support/GIMP/2.8/plug- ins
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
ok, then this should do it:
But you have to use the Gimp you installed via MacPorts. It will not work nicely or at all with the pre-compiled versions of Gimp.
Code: Select all
gimptool-2.0 --build u7shp.c
cp u7shp ~/Library/Application\ Support/Gimp/2.8/plug-ins/
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
Hmmm....my macports installation of GIMP doesn't have a plug-in directory!
I made one in the application bundle (for lack of a better word) and try the plug in there and it didn't work. I built GIMP from MacPorts and deleted my native version.
I made one in the application bundle (for lack of a better word) and try the plug in there and it didn't work. I built GIMP from MacPorts and deleted my native version.
Re: Photoshop Plugin
Then make that folder.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Photoshop Plugin
Start gimp from terminal and see what it says about the plugin
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!