J
Joshua Thomas
I've got a little project I want to try. I have a single image 256x256
in size, I want to chop it up in 16x16 blocks and store those in an
array. Then using imagemagicks adaptive_resize to double them then
rebuild the image as it was before. I have NO idea how to do this as
I've never touched image manipulation in ruby. Any and all help is
appreciated
(its a terrain file for a game)
in size, I want to chop it up in 16x16 blocks and store those in an
array. Then using imagemagicks adaptive_resize to double them then
rebuild the image as it was before. I have NO idea how to do this as
I've never touched image manipulation in ruby. Any and all help is
appreciated
(its a terrain file for a game)