Group Abstract Group Abstract

Message Boards Message Boards

Why doesn't an Image resize in a Column or Grid

Posted 12 years ago
POSTED BY: David Reiss
6 Replies

Thank you gentlemen. These are certainly workarounds. I consider this either a bug though or a design flaw, or a design decision that I do not understand the reasoning for...

It doesn't make sense to me that placing an image in a Column or grid with sufficient ItemSize to show the full Image should not show the full image when not using a Grid or Column ceratinly does show the full size as in

With[{img = ExampleData[{"TestImage", "Lena"}]}, ImageResize[img, 400]]

I will send this query off to the bugs folks to parse as they see fit...

Thanks again!

POSTED BY: David Reiss
Posted 12 years ago
POSTED BY: Alexey Popkov

Hi,

what about

With[{img = ExampleData[{"TestImage", "Lena"}]}, Column[{Image[img, ImageSize -> Full]}, ItemSize -> {30, 30}, Frame -> All]]

enter image description here

Cheers,

M.

POSTED BY: Marco Thiel
Posted 12 years ago
POSTED BY: Douglas Kubler

No ideas at all? None? Ok, I will have to pester someone directly. ;-)

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