Search found 5 matches
- Thu Jul 07, 2016 9:20 pm
- Forum: SVG / XML Code
- Topic: [partially solved] Way to get average Pixelvalue of a picture segment defined by geometric object/path?
- Replies: 5
- Views: 5449
Re: Way to get average Pixelvalue of a picture segment defined by geometric object/path?
Thanks for answers =) Unfortunatly your proposed solutions were not precise enough or can not be done automaticly via script. I found a solution though it is not very fast - javascript based - so slow firefox crashes before finishing, but chromium does it. Outline of what I did: - have Image with pi...
- Thu Jul 07, 2016 9:11 pm
- Forum: SVG / XML Code
- Topic: [partially solved] unlinking clones without inkscape possible?
- Replies: 5
- Views: 5436
Re: unlinking clones without inkscape possible?
Ahoihoi! I found a - partial - solution. Converting to other vectorformat like pdf and converting back/importing yields a single Group of single objects/paths. As inkscape commandline is used it still fails for very big patterns, but in case it uses too much memory I do it step by step - recursive c...
- Sat Feb 13, 2016 9:22 pm
- Forum: SVG / XML Code
- Topic: [partially solved] Way to get average Pixelvalue of a picture segment defined by geometric object/path?
- Replies: 5
- Views: 5449
[partially solved] Way to get average Pixelvalue of a picture segment defined by geometric object/path?
Is there a (simple) way to get the average value for pixels 'behind' geometric objects? I whant to do some mosaiic-style path and determine colors for each tile based on a raster/pixel image. clarification image http://kai.dj/tmp/obj.png I'd like to have some getAvgValue(Path1) functionality… or SVG...
- Wed Sep 02, 2015 8:52 pm
- Forum: SVG / XML Code
- Topic: [partially solved] unlinking clones without inkscape possible?
- Replies: 5
- Views: 5436
Re: unlinking clones without inkscape possible?
Thank you for your comments. I don't think there is another practical way for generating this kind of pattern. Also I have a lot of them already made in that way – I work for tilings encyclopedia , there are about 200 aperiodic tilings, formed by substitution… the recursive clones are imo a very ele...
- Wed Sep 02, 2015 1:48 am
- Forum: SVG / XML Code
- Topic: [partially solved] unlinking clones without inkscape possible?
- Replies: 5
- Views: 5436
[partially solved] unlinking clones without inkscape possible?
Ahoi! Is there a way to unlink (all) the clones in a SVG-file without using inkscape (gui)? I often have large tesselations, created with recursive clones. Attached a simple example file. It takes a quite long time, when I use the 'unlink clone'-tool and ungroup multiple times. //partial sulution in...