Texture compress modules for ImageMagick
- etc1
- pvrtc-4bpp-rgb
- pvrtc-4bpp-rgba
- pkm
- compress with etc1
- save as pkm format
- pkma
- compress alpha as grayscale etc1
- save as pkm format
- pvrtc
- read only alias
- can identify pvrtc-4bpp-rgba / pvrtc-4bpp-rgb
- pvrtc4bpprgba
- compress RGBA with pvrtc 4bits-per-pixel
- save as pvr format
- pvrtc4bpprgb
- compress RGB with pvrtc 4bits-per-pixel
- save as pvr format
- discard alpha channel
- download ImageMagick-windows.zip and unzip into ext as
ImageMagick
- run
configure.exe
inext/ImageMagick/VisualMagick/configure
- At this time, you can select 64-bit / 32-bit
- build visual studio solution
ImageMagickTextureCompressModules.sln
- prerequisite
- glibtool
- copy magick headers into ext
- copy libMagickCore-6.Q16.2.dylib into ext
- build with
Makefile