Dose any one know how to crop an img in any other shape than a square. I have
a square photo that i want to half diagonally, i have used a mask but this has
left me with a lot of extra white space. Is there a simple way to do this.
thanks
Chris
> Dose any one know how to crop an img in any other shape than a square.
Nope, all digital images must be rectangular. If you export as GIF or
PNG8/PNG32, you can set the background to transparent and float the
image in its own CSS layer (DIV) over your page.
alex
Woah! So it is.
Chris...sorry, images are rectangular, the bounding box is the best you can do.
Thanks for the input every one but this dose not solve my problem. I want to
crop an img from the top right hand corner to the bottom left so the photo
looks like a triangle. I can acheive this with a mask but i am left with the
other half of the img as excess canvas.
That said...what is it you're trying to accomplish that the blank area of the
canvas is in your way?
thanks every one I just wanted to check if i could break away from the rectangle
shape now I know i cant i will just use the mask i have in place
1 - insert the image into a canvas with a transparent background
2 - draw a triangular shape an position it over the part of the image
you wish to keep
3 - use either Modify > Mask > group as mask
OR
Modify > Convert path to marquee
4 - select export area tool and draw out a rectangle (there is no way to
escape rectangularity as far as I am aware) that is big enough to
accommodate both parts of the image (HINT: note X, Y, width height
values of the export area in case you need them later)
5 - right click in export area > export it using GIF or PNG 32
6 - do much the same for the other part of the image noting that if you
select the mask object in layer list > break the chain link between mask
and image object > then you should be able to transform the path that
may become a selection marquee