Search found 45 matches

by alexlsg
2016-08-05T13:46:49-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 35110

Re: Import SVG and preserve editable text

About IM version, I'm checking with the developer! : )
by alexlsg
2016-08-05T13:45:54-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 35110

Re: Import SVG and preserve editable text

Thanks Fred, I tested and the SVG (saved with editable text) is opening correctly when I open on Safari for example, and the editable text is preserved: https://gyazo.com/4848b4d728c3942dffed686fdc56f54d Here you can test my tool: http://tshirtproject.wpengine.com/design/ You will see that: 1- When ...
by alexlsg
2016-08-05T12:29:01-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 35110

Re: Import SVG and preserve editable text

Sorry if I didn't make myself clear... I am doing this workflow, and it DOESN'T work: 1- Create logo in Illustrator, with editable text https://gyazo.com/9c8f4ea8cd9496bed139b04f1decc4cd 2- Export logo as SVG (not sure if I need any special setting here) https://gyazo.com/ee212392d1ceb6bc43f914a9f78...
by alexlsg
2016-08-04T15:43:35-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 35110

Re: Import SVG and preserve editable text

Thanks again Snibgo,

So the only option to have a editable text on IM, is to create it INSIDE ImageMagick (not importing from any file like PSD, SVG, etc)?
by alexlsg
2016-08-04T09:02:34-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 35110

Import SVG and preserve editable text

Hey guys!
Is it possible to import an SVG logo (like the one bellow) from Illustrator into Imagemgick, and preserve a circular/360o text to be editable?

https://gyazo.com/471ef48ec3f0888329c01f948887363c

thanks
by alexlsg
2016-08-04T06:40:42-07:00
Forum: IMagick
Topic: Import SVG or PSD with separate layers
Replies: 5
Views: 15212

Re: Import SVG or PSD with separate layers

IM does not understand adjustment layers or layer groups in PSD files. So unless your layers are not just simple ones, IM cannot export those. You could export them as single images from Photoshop. Then process them in IM. Thanks Fred, that's what I will try to do! Will give an update here when I h...
by alexlsg
2016-08-03T13:18:40-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Re: Wrapping effect using Imagick

Got it. So assuming I already have done the manual displacement in Photoshop, the simplest approach would be to replicate that on ImageMagick, right? How can i do that? Exporting a Photoshop raster layer displacement map, and then setting this layer up as "displacement" on ImageMagick? The...
by alexlsg
2016-08-03T13:10:13-07:00
Forum: IMagick
Topic: Import SVG or PSD with separate layers
Replies: 5
Views: 15212

Re: Import SVG or PSD with separate layers

So it should be possible to do this? Exporting those PSD separate raster layers https://gyazo.com/19aece34bfa4db63813535ae6fe454ff And then importing the RASTER layers (shadow, softlight, displacement) on my ImageMagick Wordpress admin/backend https://gyazo.com/ddf0089c20fce18636223788ebe822eb Add &...
by alexlsg
2016-08-03T12:19:53-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Re: Wrapping effect using Imagick

I don't do dynamic web sites, or PHP, or Photoshop. Sorry. It looks like Snigbd's sources the lighting/ray layer to make the displacement. Is that correct? No. My "Cylinders" page calculates the displacement map with maths. My "Coffee mug" page uses a 3D ray-tracer to distort th...
by alexlsg
2016-08-03T11:37:34-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Re: Wrapping effect using Imagick

See my pages "Coffee mug" and "Cylinders". Hi Snibgo, thanks a lot for your reply. Awesome, exactly what I was looking for! Yours is actually a lot better than the example I sent, your lighting setup is SUPERB! ; ) Is it possible to create the displacement map profile on Photosh...
by alexlsg
2016-08-03T11:35:30-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Re: Wrapping effect using Imagick

If on Unix (Linux, Mac OSX, Windows with Cygwin, Windows 10), see my scripts, cylinderize and cylinderwarp at my link below. You could run these using PHP exec(). Please always provide your IM version and Platform, since syntax may differ. Thanks Fred! We are using 3.4.1, with Wordpress hosted at W...
by alexlsg
2016-08-03T10:35:49-07:00
Forum: IMagick
Topic: Import SVG or PSD with separate layers
Replies: 5
Views: 15212

Re: Import SVG or PSD with separate layers

....
by alexlsg
2016-08-03T10:34:52-07:00
Forum: IMagick
Topic: Import SVG or PSD with separate layers
Replies: 5
Views: 15212

Import SVG or PSD with separate layers

Hey guys, newbie question here! ; ) I have an Image Magick admin/backend on my Wordpress Website, set up like this were I have separate layers: https://gyazo.com/ddf0089c20fce18636223788ebe822eb Questions: - Is it possible to import a PSD or SVG file and have it with separate layers on my ImageMagic...
by alexlsg
2016-08-03T10:02:37-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Re: Wrapping effect using Imagick

See my pages "Coffee mug" and "Cylinders". Hi Snibgo, thanks a lot for your reply. Awesome, exactly what I was looking for! Yours is actually a lot better than the example I sent, your lighting setup is SUPERB! ; ) Is it possible to create the displacement map profile on Photosh...
by alexlsg
2016-08-03T08:19:15-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 80253

Wrapping effect using Imagick

Hey guys,

How can I have this "wrapping" effect using imagemagick?

https://gyazo.com/9ef1dd103b7bc01846fa44e6d8d43d3b

thanks