When using ImageMagick > 5.5.7, the bmasks in vt_mksm
seem incorrect due to new defaults of convert:
uses default white background (not black)
-bordercolor <color> puts a solid color box up (not a
rectangular box w/ <color> as border and
background/transparent as fill color)
The problem appears to be here:
convert -size $thumbsize xc:transparent -density
"$normDensity" -units PixelsPerInch \
-bordercolor "${color[i]}" -border $bordersize \
-bordercolor transparent -border
$borderspace "${bmask[i]}" || error_out
I could not figure out a correct set of parameters for
convert (possibly due to changes w/ transparent as well).
Other problems may also exist:
had to remove image=... in xml generation for spumux in
mk_vtsm to even see the background picture
This is w/ udrec 0.4.1 (or the latest snapshot).
I also downgraded to dvdauthor 0.6.9 again.
Logged In: YES
user_id=1332565
Adding "-combine Copy" after the "-bordercolor <color>" will
solve the problem