Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.9K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to combine 2 graphics into 1 image?

Posted 11 years ago
Attachments:
POSTED BY: Douglas Youvan
2 Replies

I assume you're asking because you're performing actions before the compose that automatically rasterize the graphics without transparency so you can't just do ImageCompose[gaxes, gbig].

Try this:

blck = ImageCompose[ColorNegate[Rasterize[gaxes, Background -> None]],
   ColorNegate[ImageCrop[Rasterize[gbig, Background -> None]]]]

Also, you don't need to specify the GIF file format when exporting, since it's already in the file name.

Apologies if I'm not interpreting your question correctly.

POSTED BY: Jesse Friedman

Could you explain more what is exactly the issue? Also if you would like folks to figure this out, perhaps you can attach the 2 original images to compose or a notebook with them?

POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard