How to draw the grid line to an image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarfarazfarru
    New Member
    • May 2010
    • 12

    How to draw the grid line to an image

    how one can read the image and display the image in python
    and also the grid line to it .
    that is left,right,top and bottom.





    thaking u
    sarfaraz
  • Glenton
    Recognized Expert Contributor
    • Nov 2008
    • 391

    #2
    I hate to break this to you, but your question makes no sense.

    Is it possible that PIL is what you're after?

    Comment

    • sarfarazfarru
      New Member
      • May 2010
      • 12

      #3
      Originally posted by Glenton
      I hate to break this to you, but your question makes no sense.

      Is it possible that PIL is what you're after?
      thank u ...

      Comment

      • sarfarazfarru
        New Member
        • May 2010
        • 12

        #4
        Originally posted by Glenton
        I hate to break this to you, but your question makes no sense.

        Is it possible that PIL is what you're after?
        i am very new to python at learning stage.
        i had downloaded the pil where i should save the image file.
        i tried the open to open file with file name;
        it showing that file is not found.
        please help me regarding how to use the pil

        Comment

        • Glenton
          Recognized Expert Contributor
          • Nov 2008
          • 391

          #5
          Please post your code.

          Comment

          • sbtunx
            New Member
            • Feb 2011
            • 8

            #6
            import Image
            im = Image.open("dog .jpg")
            im.rotate(45).s how()

            Comment

            Working...