User Portlet User Portlet

Discussions
I have some images with an incompatible number of channels that I want to combine into a single image. Can I preprocess them so that I can use ImageAssemble? Thanks.[mcode]In[17]:= Head /@ {i1, i2, i3} Out[17]= {Image, Image, Image} In[18]:=...
How can this code be modified to position the darker rectangle in the upper right corner of the lighter rectangle? Thanks. [mcode]Overlay[{ Graphics[{Opacity[.4], Rectangle[]}, ImageSize -> .2 {300, 787}, ImagePadding -> 0, PlotRangePadding ->...