Thank you. But I found the solution:
The line only works without the "-units pixelsperinch" tag. Strange, but true.
Search found 12 matches
- 2017-08-03T05:46:52-07:00
- Forum: Bugs
- Topic: Outline bug with stroke
- Replies: 8
- Views: 9964
- 2017-08-02T13:45:50-07:00
- Forum: Bugs
- Topic: Outline bug with stroke
- Replies: 8
- Views: 9964
Re: Outline bug with stroke
I cant change the version. My provider decides this. Here it is ImageMagick 6.8.9-9 Q16.
PS: -pointsize 4 is a good size. 20 is very big, here.
PS: -pointsize 4 is a good size. 20 is very big, here.
- 2017-08-02T13:27:54-07:00
- Forum: Bugs
- Topic: Outline bug with stroke
- Replies: 8
- Views: 9964
Re: Outline bug with stroke
Yes i tried: system('convert -depth 32 -density 300 -units pixelsperinch -background transparent -gravity center -fill "#ffffff" -font arial -strokewidth 2 -stroke "#006abc" -pointsize 4 label:"fgdfg fdgfdgggggggg" '.WWW_ROOT.IMAGES_URL.'editorimages/1_'.$pngName); ... same result. If I change the ...
- 2017-08-02T12:12:28-07:00
- Forum: Bugs
- Topic: Outline bug with stroke
- Replies: 8
- Views: 9964
Re: Outline bug with stroke
Thank you. But in line 2 and 3 is a "-gravity center"
- 2017-08-02T05:21:44-07:00
- Forum: Bugs
- Topic: Outline bug with stroke
- Replies: 8
- Views: 9964
Outline bug with stroke
Hello from Germany again. I use ImageMagick 6.8.9-9 and I want create an outline text. But after a few letters this (see the picture) happens: https://www.servietten-deko.de/images/outline.png These are my code lines: $stokewidthcmd=' -strokewidth '.$this->padding.' -stroke "#'.$this->outlinecolor ...
- 2016-12-11T10:04:02-07:00
- Forum: Bugs
- Topic: Error since ImageMagick 6.7.7-10 2016-11-29
- Replies: 10
- Views: 9937
Re: Error since ImageMagick 6.7.7-10 2016-11-29
Hi,
my Hoster give me a server with 6.8.9-9. Now alle works fine.
The version 6.7.7-10 is a bad version
Thank you all
my Hoster give me a server with 6.8.9-9. Now alle works fine.
The version 6.7.7-10 is a bad version
Thank you all
- 2016-12-08T11:35:28-07:00
- Forum: Bugs
- Topic: Error since ImageMagick 6.7.7-10 2016-11-29
- Replies: 10
- Views: 9937
Re: Error since ImageMagick 6.7.7-10 2016-11-29
I only use code like system('convert -depth '.$this->imagedepth.' -density '.$this->dpi.' -units pixelsperinch -background transparent -gravity '.$this->gravity.' -fill "#'.$this->fore.'" -font '.$this->font.' -stroke none -pointsize '.$this->size.' label:"'.$this->msg.'" '.WWW_ROOT.IMAGES_URL ...
- 2016-12-08T05:53:23-07:00
- Forum: Bugs
- Topic: Error since ImageMagick 6.7.7-10 2016-11-29
- Replies: 10
- Views: 9937
Re: Error since ImageMagick 6.7.7-10 2016-11-29
My hoster told me that I can chance the a Server with imagick 6.8.9-9. Do you think that will be the solution of my problem? Or must I update the complete code then?
Thank you.
Thank you.
- 2016-12-07T13:38:39-07:00
- Forum: Bugs
- Topic: Error since ImageMagick 6.7.7-10 2016-11-29
- Replies: 10
- Views: 9937
Re: Error since ImageMagick 6.7.7-10 2016-11-29
thats the info from phpinfo.
Oh. How can I find the error in my system?
Thank you a lot
Oh. How can I find the error in my system?
Thank you a lot
- 2016-12-07T13:21:17-07:00
- Forum: Bugs
- Topic: Error since ImageMagick 6.7.7-10 2016-11-29
- Replies: 10
- Views: 9937
Error since ImageMagick 6.7.7-10 2016-11-29
Hello, I use a grat system for design your own napkins here: http://www.servietten-deko.de/servietten-bedrucken.php#start Since the last update to 6.7.7-10 2016-11-29 my text creating dont work. Try to use write a text. What can I do? There are no PHP errors. Can I show Imagick errors? There are ...
- 2015-03-23T01:36:52-07:00
- Forum: IMagick
- Topic: Great (complex) pictures dont work if they are too big
- Replies: 1
- Views: 8271
Re: Great (complex) pictures dont work if they are too big
I found the problem myself. It was no imagick problem.
- 2015-03-19T02:51:49-07:00
- Forum: IMagick
- Topic: Great (complex) pictures dont work if they are too big
- Replies: 1
- Views: 8271
Great (complex) pictures dont work if they are too big
Hallo from Germany (reason for bad english), I use a script to design napkins online ( http://www.servietten-deko.de/servietten-bedrucken.php ). Allmost all runs fine, but if the pictures are to big (complex) then the system dont work. Can be roundings error the problem? In this video you see the ...