Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #107.55K
~3K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Gribouillis

import PythonMagick img = PythonMagick.Image("elixir.png") img.resize("20%") img.write('out_name.JPG') # this works for me :)

Member Avatar for Gribouillis
4
3K

The End.