[Xastir] inf2geo uiview converted maps

LU2DFM - Fernando lu2dfm at gmail.com
Tue Mar 11 14:48:20 EDT 2008


On Tue, Mar 11, 2008 at 10:01:54AM -0700, Curt, WE7U wrote:
> On Tue, 11 Mar 2008, LU2DFM - Fernando wrote:
> 
> > I'm in trouble with some maps in jpg/bmp + inf format intended to
> > use with UIview and converted to geo with inf2geo script. At least
> > one map is displayed correctly within Xastir, but with others a black
> > rectangle appears instead of the map at any zoom level.
> 
> Most likely your ImageMagick or GraphicsMagick package was compiled
> with the wrong quantum depth.  For the LSB binary I configure
> GraphicsMagick with this flag:
> 
>     --with-quantum-depth=16

Thank you for the answer.

I'm using Debian unstable, Imagemagick 6.3.7.9 package.
This is the default flag value in the source makefile and it's not
touched by deb package builder.
Relevant part of configure script is:

# Check whether --with-quantum-depth was given.
if test "${with_quantum_depth+set}" = set; then
  withval=$with_quantum_depth; with_quantum_depth=$withval
else
  with_quantum_depth=16
fi


And debian/rules:
  MagickDocumentPath="/usr/share/doc/imagemagick" ./configure \
        --prefix=/usr \
        --mandir=\$${prefix}/share/man \
        --infodir=\$${prefix}/share/info \
        --with-gs-font-dir=/usr/share/fonts/type1/gsfonts \
        --with-magick-plus-plus \
        --with-djvu \
        --enable-shared \
        --enable-lzw \
        --without-dps \
        --without-fpx \
        --without-perl \
        --with-perl-options='INSTALLDIRS=vendor' \
        --x-includes=/usr/include/X11 \
        --x-libraries=/usr/lib/X11


Am I missing something? I'm not an expert in graphics manipulation, 
nor much experienced with IM, so sorry about being ignorant.

Regards,

-- 
73s y DX,
    LU2DFM - Fernando



More information about the Xastir mailing list