Search found 1 match

by arvisam
2016-12-15T19:49:57-07:00
Forum: Users
Topic: Delegate for DDS format
Replies: 0
Views: 12123

Delegate for DDS format

Hello!
I am using Wand from Python to access ImageMagick functionality. I think I have installed everything correctly, based on the following:

1. command line magick convert <source.DDS> <dest.JPG> works correctly
2. in Wand from Python, I can read JPG files as Image classes

The problem is that ...