On Thu, 2007-03-15 at 18:30 -0700, Hugh O'Hare wrote:
> It seem that using the svn specs imagemagick doesn't know what to do with
> pngs.
>
> It builds fine, but the problem shows up when building SUNWgnome-themes where
> it tries to generate the 24x24 icons by putting a 1px border around the icons.
>
> The for loop generates one of there for each icon :
>
> convert: no decode delegate for this image format
> `22x22/actions/view-refresh.png'.
> convert: missing an image filename `24x24/actions/view-refresh.png'
>
> -bash-3.00$ convert -list format
> Format Module Mode Description
> -------------------------------------------------------------------------------
>
> * native blob support
>
> I tried a explicitly enabling formats in the configure options but don't seem
> to be getting anywhere, or am I doing something stupid here?
Hmm... in my build:
laca at ultra20:~> convert -list format | wc -l
181
Check config.log in the Imagemagick source tree and search for png.
Laca