Search found 180 matches

by javismiles
2011-06-17T00:29:14-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

so the question really is if i can mix both -draw and -distort in same command to compose multiple images one of which can be put in perspective, all in one command, i already manage to make 2, the canvas + the perspective one, now how can i add more in the same command? didnt manage yet, tried with...
by javismiles
2011-06-17T00:26:01-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

one more question, can i mix that command with a -draw command to compose yet another image with them? $command= 'convert '.$source1.' ( '.$pic.' -matte -virtual-pixel transparent -distort Perspective "'.$points.'" ) ( -draw "image over 0,0 0,0 \''.$source2.'\'" ) -compose over -...
by javismiles
2011-06-17T00:18:54-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

mamma mia, it was a matter of changing quotes to the reversed ones, insane... $command= 'convert '.$canvas.' ( '.$source.' -matte -virtual-pixel transparent -distort Perspective "'.$points.'" ) -compose over -layers merge '.$target; uffff thank u :) so final question, is this a fast method...
by javismiles
2011-06-17T00:14:37-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

ok progress this works: $command ='convert '.$source.' -matte -virtual-pixel transparent -distort Perspective "'.$points.'" '.$target; but this doesnt work $command= "convert ".$canvas." ( ".$source." -matte -virtual-pixel transparent -distort Perspective '".$...
by javismiles
2011-06-17T00:10:52-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

i may have found a solution, not sure yet, im testing it

in the meantime, which of the perspective distorts produces the sharpest results yet being fast enough?

thanks so much
jav
:)
by javismiles
2011-06-16T23:55:06-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

i have tried with these 2 versions

6.7.0-6
and also
6.6.8-5 2011-03-18 Q16

i would prefer it all in one command for not generating temporary files, this is very important for my application :)
by javismiles
2011-06-16T23:45:33-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

mmm i dont get it, now i tried this example you have and still nothing no change, i tried both in windows and linux, mmm, what do u think? $p1="0,0"; $p2="680,0"; $p3="680,952"; $p4="0,952"; $w1="298,488"; $w2="431,472"; $w3="497,590&q...
by javismiles
2011-06-16T23:37:44-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

Re: perspective distorsion problem

regarding 2)
basically im uniting many images within a large virtual canvas
and i need to distort in perspective one of them, so how do i include it all within the same command?
thanks very much :)
Jav
by javismiles
2011-06-16T23:33:10-07:00
Forum: Users
Topic: perspective distorsion problem
Replies: 12
Views: 21579

perspective distorsion problem

dear friends, got an issue with perspective distorsion,maybe you can help me 1) ive been using imagemagick for a long time, all works great, now im trying for the first time to do a simple perspective distorsion, like any of these, in php : $command= "convert ".$source." -matte -virtu...
by javismiles
2011-03-19T14:20:46-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

never heard of this freetype thing ( i constantly discover how much i have to learn :)) ) is this something that linux has , that can be updated, and which affects rendering of ttf fonts? in any case the font works now after the december 29 update by dafont now i have to see if for the other 3 fonts...
by javismiles
2011-03-19T14:19:01-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

great news yes they updated the font on 29 of december of 2010, i tried the update and it works!! so the previous font which i had downloaded in november didnt work on linux thats the one that the other page has but the one updated by dafont on 29 december 2010, work! wow so i guess for the other 3 ...
by javismiles
2011-03-19T14:13:22-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

ok but at the beginning you said
"Nevertheless, I tested it and got similar results to what you describe where the letters overlap."

so when did you get the overlap problem, under what system?
by javismiles
2011-03-19T14:12:31-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

do you mean running Mac OS?
and the previous one that didnt work was it in linux?
so are you saying for you it works well on Mac OS, but not on Linux?
by javismiles
2011-03-19T14:11:33-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

oh wow
so wait

are you saying it worked well on the mac, running what, linux or windows?
by javismiles
2011-03-19T14:08:01-07:00
Forum: Users
Topic: Font rendering ttf linux,windows, rendering issues
Replies: 20
Views: 38712

Re: Font rendering ttf linux,windows, rendering issues

well
if you get same results anyway thats it then, i guess it just doesnt work in linux image magick for whatever reason

anybody knows of a similar font that works well on image magick linux?

thank you :)