Tag for questions about bitmapped graphics, particularly those using the Image function.
6
votes
1answer
133 views
Estimate Imagesize of any given Particular Control object?
I make different controls(InputFields,Text,panel, etc) in my code for which the corresponding code is below.
...
2
votes
0answers
81 views
“automated” image embedding app
Based on the following image attach procedure, can a Dynamic app be developed that:
at start, only shows a small import button
once clicked, opens a choose image ...
0
votes
0answers
28 views
How can I make images in the cell auto adjust to some fixed-size
There is one auto-adjust item in the right-click menu of image in one Input cell.
And other related items are actual size and ...
0
votes
0answers
78 views
Behavior of copy and paste with different image formats
Ok, let's say I create a 1x1 pixel image.
i = Image[{{0}}, "Byte"];
Now I Export["image.png", i] the image and import it into ...
0
votes
0answers
80 views
Binarize a byte-formatted image
I have an image that I've imported as type "Byte" (I need to work with pixel values in this format). Let's just say the image is
...
0
votes
0answers
154 views
Making a screen icon by Mathematica
Is it possible to make within Mathematica an image file to be used as a screen icon? Could you kindly give an example?
-1
votes
0answers
35 views
Converting a graphics to image produces errors after multiple runs
I am trying to write a simple program for drawing a given image using transparent polygons, triangles in this case. I start with a random triangle, make random changes to it and check if new image is ...
