Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ Are you sure this answers the question ("I found examples on the site how to put a texture on a cylinder, but cannot figure out how to make it transparent")? $\endgroup$ Commented Oct 29, 2014 at 16:28
  • $\begingroup$ One could add an alpha channel: img2 = Image[ImageData[img] /. {{1., 1., 1.} -> {1., 1., 1., 0.5}, {r_, g_, b_} :> {r, g, b, 1.}}, ColorSpace -> "RGB"]. (Top & bottom stay solid, though.) But I agree with your other comment. The way it is is easier to see. $\endgroup$ Commented Oct 29, 2014 at 16:55