Guest User

Untitled

a guest
Oct 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Rasterize["hi", "Image", ImageSize -> {100, 100}] // ImageDimensions
  2. (* {100, 102} *)
  3.  
  4. Rasterize["hi", "Graphics", ImageSize -> {100, 100}] // First // First // Dimensions
  5. (* {102, 100, 3} *)
  6.  
  7. Rasterize["hi", "RasterSize", ImageSize -> {100, 100}]
  8. (* {96, 102} *)
Add Comment
Please, Sign In to add comment