display option -texture

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

display option -texture

Post by fmw42 »

1) The IM display function used to have an option:

-texture filename name of texture to tile onto the image back-ground

It does not show up in the list at http://www.imagemagick.org/script/display.php any longer.

But does show in the man page list when I do:

man display


It used to work to allow me to put a checkerboard image under a transparent image, but does not function on my Mac OSX Tiger IM 6.6.3.7 Q16

convert logo: -resize 50% -transparent white logo2t.png
display -texture checks.png logo2t.png


But it has no effect, now.

Does this work on Linux or Mac OSX Leopard or Snow Leopard?


2) Note transparent images still have no opaque window (frame/border) on my Mac OSX Tiger.

Does this behave properly on Linux or Mac OSX Leopard or Snow Leopard?


SORRY - Probably should have been posted to Bugs or Users forum
Post Reply