Message Boards Message Boards

0
|
2319 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How does image data work for group of images (more than one images)?

Posted 6 years ago

Consider the following code:

list = Map[Import,{"img.png"},{"img1.png"}];
    Transpose[Imagedata[list]];

It is shows error. But if I apply,

Import["img.png"];
Transpose[ImageData[%]];

for one image is worked perfectly. Can anyone help me to solve this problem.

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

Group Abstract Group Abstract