This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

How can I split an Image ?

 
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have an image in .gif format. How can I spli that image into 2 ? Any free downloadables for doing that ???
Thanks,
Maya
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have Microsoft PhotoEditor, you should just be able to crop your image and save each piece as its own image. You could probably also do it in Paint, but I don't think it has rulers, so you might not get an exact slice.
 
Shreya Menon
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Connie,
Thanks for the response.
I do have PhotoEditor installed, I am trying to open my image with the photoeditor.. Some how it is taking some time..
Maya
 
Shreya Menon
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Connie,
I am trying to crop the image.
But it is giving an alert box showing that
Resulting image must be atleast 1x1 pixels.
How can I do the crop ?
Thanks,
Maya
 
Connie Boyd
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maya ... here goes ...
1. Open your image. (Say, Image1.gif)
2. View --> Rulers
3. Assume my image is 2 inches tall and 5 inches wide.
4. I want two images, 2 inches tall and 2.5 inches wide.
5. Go to Image-->Crop
6. For Crop Margins enter, Left: 0 , Top 0, Right, 2.5, Bottom 2.
7. Save image as Image1_slice1.gif
8. Open original image again.
9. Go to Image-->Crop
10. This time enter, Left 2.5, Top 0, Right 5, Bottom 2.
11. Save this image as Image1_slice2.gif
PhotoEditor is not the most intuitive program in the world. If you had photoshop, you could just draw a select box around the image and crop. Hope this helps!
 
Shreya Menon
Ranch Hand
Posts: 285
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Connie,
Thanks for the well formatted help. Appreciated.
But my image is behaving strangely.
I think I have to try with Photoshop now.
Thanks ,
Maya
 
There are 10 kinds of people in this world. Those that understand binary get this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic