Is there an already compiled utility for the Scale2x utility for Mac OS X? I've found source code but I'm looking for a utility that is already built.
Tell me more
×
Graphic Design Stack Exchange is a question and answer site for
professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.
|
|
The source code compile nicely on my Mac with the Darwin configuration file. I use the MacPorts tools to install and maintains the libs. However i was forced to update a line of the source code in the file.c file, due to the changes in the libpng library : Find the line which makes a function call to: png_set_gray_1_2_4_to_8 and replace the call with png_set_expand_gray_1_2_4_to_8 (Source) |
||||
|
|