Fwd: [magick-users] no decode error

Ali Bendriss <[email protected]>
Newsgroups gmane.comp.video.image-magick.devel
Organization The Dementia Research Centre
Message-ID <[email protected]>
Hello,

Not sure the error come from that but in ImageMagick-6.3.3/magick/cache.c

MagickExport VirtualPixelMethod SetImageVirtualPixelMethod(const Image *image,
  const VirtualPixelMethod method)
{
  [...]
  virtual_pixel_method=cache_info->virtual_pixel_method;
  cache_info->virtual_pixel_method=method;
  return(virtual_pixel_method);
}

should be

MagickExport VirtualPixelMethod SetImageVirtualPixelMethod(const Image *image,
  const VirtualPixelMethod method)
{
  [...]
  cache_info->virtual_pixel_method=method;
  virtual_pixel_method=cache_info->virtual_pixel_method;
  return(virtual_pixel_method);
}


thanks


----------  Forwarded Message  ----------

Subject: [magick-users] no decode error
Date: Thursday 08 March 2007 12:18
From: "OOzy Pal" <[email protected]>
To: [email protected]

$  convert  J2223.jpg -matte -virtual-pixel transparent -channel A
-blur 0x8 rc.jpg

convert: no decode delegate for this image format `J2223.jpg'.
convert: missing an image filename `rc.jpg'.

What is this no decode delegate.

$ convert -version
Version: ImageMagick 6.3.3 03/08/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC

--
OOzy
Kubuntu-Edgy
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

-------------------------------------------------------

-- 
Ali
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.