| Author |
Comment/Response |
Oliver Hughes
|
07/05/12 01:50am
Example code:
a = Graphics[Disk[]]
b = Rasterize[a, RasterSize -> 500]
Binarize[b]
When i run this code, b is of a high(500) resolution, though when i run ImageDimensions[] on the binarized image, it is only 128 by 128
help would be appreciated :)
URL: , |
|