hi list,
does anybody know how to manage and manipulate .svg vector images in pd? any external / library for this in pdp or gem?
salut xà!
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar-dev-0.4-2.i3...
xà a écrit :
hi list,
does anybody know how to manage and manipulate .svg vector images in pd? any external / library for this in pdp or gem?
salut xà !
Patrice Colet wrote:
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar-dev-0.4-2.i3...
xà a écrit :
hi list,
does anybody know how to manage and manipulate .svg vector images in pd? any external / library for this in pdp or gem?
what do you mean by "manage and manipulate"?
at least Gem uses ImageMagick to load images; svg is supported by ImageMagick so you can load SVGs just fine like any other image. the same might be true for pdp (but i'm no expert here)
fga,dr IOhannes
Hello Iohannes, hello list, i try to load a .svg from : http://www.croczilla.com/svg/samples/butterfly/butterfly.svg and import it with [pix_image], i get : error: GemImageLoad: Unable to import an image: butterfly.svg
[pix_image] loads only TIFF, JPEG and PNG ? No ?
GEM: ver: 0.91.1 'tigital' Pd version 0.40.3-extended-20080722 PowerBook G4. MacOSX.4.11
Any idea about this error ? ++
Jack
Le 7 janv. 09 à 13:22, IOhannes m zmoelnig a écrit :
Patrice Colet wrote:
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar- dev-0.4-2.i386.html
xà a écrit :
hi list,
does anybody know how to manage and manipulate .svg vector images
in pd? any external / library for this in pdp or gem?what do you mean by "manage and manipulate"?
at least Gem uses ImageMagick to load images; svg is supported by ImageMagick so you can load SVGs just fine like any other image. the same might be true for pdp (but i'm no expert here)
fga,dr IOhannes
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Jack wrote:
Hello Iohannes, hello list, i try to load a .svg from : http://www.croczilla.com/svg/samples/butterfly/butterfly.svg and import it with [pix_image], i get : error: GemImageLoad: Unable to import an image: butterfly.svg
[pix_image] loads only TIFF, JPEG and PNG ? No ?
GEM: ver: 0.91.1 'tigital' Pd version 0.40.3-extended-20080722 PowerBook G4. MacOSX.4.11
oh, you are on OSX. on osx QuickTime is used for ImageLoading; on linux (optionally) ImageMagick is used. obviously only the latter can load SVGs.
Any idea about this error ?
it means that the given file cannot be loaded as an image :-)
Patrice Colet wrote:
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar-dev-0.4-2.i3...
i don't know how portable libsugar would be. it might as well not solve your problems on OSX.
fgmadr IOhannes
Le 8 janv. 09 à 09:18, IOhannes m zmoelnig a écrit :
Jack wrote:
Hello Iohannes, hello list, i try to load a .svg from : http://www.croczilla.com/svg/samples/butterfly/butterfly.svg and import it with [pix_image], i get : error: GemImageLoad: Unable to import an image: butterfly.svg
[pix_image] loads only TIFF, JPEG and PNG ? No ?
GEM: ver: 0.91.1 'tigital' Pd version 0.40.3-extended-20080722 PowerBook G4. MacOSX.4.11
oh, you are on OSX. on osx QuickTime is used for ImageLoading; on linux (optionally) ImageMagick is used. obviously only the latter can load SVGs.
I don't see an extension for quicktime to read .svg. Maybe someone ?
Any idea about this error ?
it means that the given file cannot be loaded as an image :-)
Yes, of course ! :D ++
Jack
Patrice Colet wrote:
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar- dev-0.4-2.i386.html
i don't know how portable libsugar would be. it might as well not solve your problems on OSX.
fgmadr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
2009/1/7 IOhannes m zmoelnig zmoelnig@iem.at:
Patrice Colet wrote:
Gem using libsugar might be very possible, isnt'it?
http://rpmfind.net/linux/RPM/sourceforge/l/li/libsugar/libsugar-dev-0.4-2.i3...
xà a écrit :
hi list,
does anybody know how to manage and manipulate .svg vector images in pd? any external / library for this in pdp or gem?
what do you mean by "manage and manipulate"?
at least Gem uses ImageMagick to load images; svg is supported by ImageMagick so you can load SVGs just fine like any other image.
hi iohannes, hi list,
the point is that i'd be interested in manipulate this kind of images due to the inner properties that in fact can be scannable as an xml file, so id like to know if is it possible to manipulate this kind of 'images' not as bitmaps, just as what those are >> vectors that can be transformed with differented algorythms (for example, 'simplify' implemented in inkscape) that it would be nice to play in real time visuals. :D
salut xà!
the same might be true for pdp (but i'm no expert here)
fga,dr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
xà wrote:
what do you mean by "manage and manipulate"?
the point is that i'd be interested in manipulate this kind of images due to the inner properties that in fact can be scannable as an xml file, so id like to know if is it possible to manipulate this kind of 'images' not as bitmaps, just as what those are >> vectors that can be transformed with differented algorythms (for example, 'simplify' implemented in inkscape) that it would be nice to play in real time visuals. :D
i understand this desire, hence the question about "manage and manipulate". nevertheless, afaict libsugar will not give you any more low-level access (though it will render the svg in a more Gem-like way)
i don't think Gem's model of representing data fits your needs. but i'm open for ideas.
fgamdr IOhannes
hola, xa,
you might contact Pablo Martin Caedes who developped something in that sense, never released to my knowledge..
he might be lost in Crystal Space though
salut!, sevy
xà wrote:
hi list,
does anybody know how to manage and manipulate .svg vector images in pd? any external / library for this in pdp or gem?
salut xà !