Search found 45 matches

by alexlsg
2016-08-19T15:55:44-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Snigbo, now I think I found my mistake. I used an ABSOLUTE Map (same as the one you proposed, and distorted: https://www.dropbox.com/s/4azhq9t4lly39u2/displacement.png?dl=0 With the goal of creating a perspective distortion like this: https://www.dropbox.com/s/3hybo0v6rou0zcj/Screen%20Shot%202016-08...
by alexlsg
2016-08-17T17:32:48-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Thanks Snigbo, will make a displacement map on Photoshop for your '"Coffee mug" and send the results here. I have a developer working on the SVG filter, so I need to make sure the map is correct so he can properly test his filter implementation. If you can provide feedback if the Map is co...
by alexlsg
2016-08-17T16:58:09-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Yep, you are right. Now I am going towards to make everything in PS, export as layers and do the effects (blend modes, displacement) with web filters
by alexlsg
2016-08-17T16:44:34-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Cool, thanks!
by alexlsg
2016-08-17T16:39:33-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Yep fred, your script are insane! But I need a simple workflow to setup in Photoshop (because it's the only tool I know) and then just upload it. For me is not a problem to create it manually in PS. What I wanted to know is that if I created the map correctly, according with the directions Snibgo ga...
by alexlsg
2016-08-17T16:35:39-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

SVF = SVG (corrected)

; )
by alexlsg
2016-08-17T16:30:12-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Also, do you know if this map would work on a SVG displacement filter?
by alexlsg
2016-08-17T16:29:27-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

It's UNIX, but I will have to make many maps for different scenarios: mug, boxes, t-shirts, wine bottle, etc.

So that is why I want to be able to create the map on Photoshop, and then just upload is as a layer and set as displcamanet
by alexlsg
2016-08-17T15:35:15-07:00
Forum: Digital Image Processing
Topic: Wrapping effect using Imagick
Replies: 39
Views: 79832

Re: Wrapping effect using Imagick

Hey guys, I just tried to create an absolute displacement map: 1- The goal is to replicate this label wrapping i did in Photoshop https://gyazo.com/6a5ec4c21719c027e7ed96b896249c88 2- So I replaced the label (smart object) with this absolute displacement map https://gyazo.com/97bffa36bcb409ec6d84c90...
by alexlsg
2016-08-06T18:25:39-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

Thanks Snigbo, Wirting from scratch is out of reach for me. I need a simple workflow were I can design a logo in Illusttator, save as SVG with editable text, host in my website, and let a user use my IM design tool and change its text to whatever he wants. Might be a problem with the SVG file, or th...
by alexlsg
2016-08-06T15:18:12-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

Ok Fred, thanks.
There is one with curves, and other with text.

As Snibdo mentioned, the one with text does have text on code, but each character individually editable, while I need them to be normally editable
by alexlsg
2016-08-06T15:15:14-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

I got what went wrong! Please click on the "download" button on the bottom.
The 2 top ones are adds to install a program.
by alexlsg
2016-08-06T15:00:50-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

Your link downloads as dmg. When clicked it has an installer that my antivirus software warns about. So I did not try to use the app. Please upload in a form that is not an app, perhaps as a zip file. I do not believe that DMG files are Windows-friendly, either. I uploaded as SVG. I tested now, cli...
by alexlsg
2016-08-06T14:36:05-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

Microsoft anti-virus reports both those SVG files as dangerous. Looking at them in a text editor, "freedom machinetestoutline.svg" contains no text elements, just a whole load of curved paths. "freedom machinetest.svg" does contain text, but as individual characters "SINCE ...
by alexlsg
2016-08-05T17:41:22-07:00
Forum: IMagick
Topic: Import SVG and preserve editable text
Replies: 22
Views: 34926

Re: Import SVG and preserve editable text

Sorry Fred, there you go!

SVG with editable text (the one that is not working):
http://www.2shared.com/file/Fy2xctLV/fr ... etest.html

SVG with outlined/curved text:
http://www.2shared.com/file/6Ez-Z7-7/fr ... tline.html