1

I just want to ask that in which library, makePictureEmpty(width, height) function is available?

mzjn
  • 48,958
  • 13
  • 128
  • 248
Muhammad Noman
  • 1,344
  • 1
  • 14
  • 28
  • JES has a function called `makeEmptyPicture` (not `makePictureEmpty`). Are you asking if the function can be used outside of the JES environment? – mzjn Jan 29 '16 at 16:14

1 Answers1

0

This might help- JES function called makeEmptyPicture() to create an "empty" canvas with a default color of white and width and height equal to the original image: http://www.cs.uregina.ca/Links/class-info/325/PythonPictures/

nkp
  • 181
  • 2
  • 12
  • I know this. What I want is that how to use it? in which library it is? means that what I have to import to use this function? – Muhammad Noman Jan 29 '16 at 06:53