Search found 2 matches
- 2016-11-15T06:46:05-07:00
- Forum: Users
- Topic: [SOLVED] Is it possible to split an image based on border detection over a transparent background?
- Replies: 3
- Views: 2753
Re: Is it possible to split an image based on border detection over a transparent background?
call %PICTBAT%rectSubimages Vyl7bO4.png out.png This creates out-0.png and out-1.png, the required images. For the rectSubimages Windows BAT script, see my "Subimage rectangles" page. I don't currently use ImageMagick on Windows, but I'll definitely keep this in mind. Thanks a lot! See my script ...
- 2016-11-14T20:46:39-07:00
- Forum: Users
- Topic: [SOLVED] Is it possible to split an image based on border detection over a transparent background?
- Replies: 3
- Views: 2753
[SOLVED] Is it possible to split an image based on border detection over a transparent background?
Say, for example, we have a triangle and a circle on the same file and on a transparent background. Like this: https://i.imgur.com/Vyl7bO4.png And after processing the image we get the circle in one file and the triangle in another. Like cropping but instead of specifying the tile size, the shapes ...