Search found 12 matches
- 2012-10-02T00:19:38-07:00
- Forum: Users
- Topic: Problem with converting image from remote url
- Replies: 4
- Views: 9471
Re: Problem with converting image from remote url
It might be a server/php problem either not allowed to "hotlink" or the local server will not download files from another server? Have you tried displaing a file from the other server just using the <img> tags? [UPDATE] I've updated IM to the last version, and now i can get the remote image BUT ...
- 2012-10-01T23:42:58-07:00
- Forum: Users
- Topic: Problem with converting image from remote url
- Replies: 4
- Views: 9471
Problem with converting image from remote url
Hi ! I'm trying to convert SVG file to JPG. the SVG includes two images one comes from a remote URL and the other photo is under my server - when the final result should be one photo(JPG) combined with the two photos in the SVG. When i'm running the command - exec("convert -density 100 http ...
- 2012-05-08T23:45:34-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
You just need to install the pango development package. You may need to tell "configure" where they are (CFLAG options) if you are manually adding pango to your system. When configure can see (and test) the header, it will set up the software to use them when you compile. Hi, I installed IM from ...
- 2012-05-07T23:55:04-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
It means it probably did not find the pango development package (the headers to the pango libraries). These are only needed when compiling a program that will use the library. Once build the headers are no longer needed, whcih is why they are typically not installed on most user oriented systems ...
- 2012-05-07T13:27:19-07:00
- Forum: Users
- Topic: Can't use PANGO beacuse of Delegate problem
- Replies: 1
- Views: 4166
Can't use PANGO beacuse of Delegate problem
Hi, I have the latest IM(6.7.6-9) installed, and the pango-devel install as well. When i try to use the pango i get this message: "no decode delegate for this image format..." The code that i'm using is: convert -pointsize 18 pango:'This is english.\nBut this is hebrew -> ניסיון' pango_hebrew.png Whe ...
- 2012-05-07T10:02:59-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
Did you install pango-devel? The header files are required to build ImageMagick with Pango support. Type cd ImageMagick-6.7.9-9 ./configure The configure script output should say: PANGO --with-pango=yes yes If so, go ahead with make clean make make install Hi, It says PANGO --with-pango=yes no ...
- 2012-05-07T09:23:20-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
Pango Text to Image Conversion ( requires at least IM v6.7.6-3 ) and you must install Pango delegate What version of IM are you using? Hello again ! So i finally installed the latest version of IM, but when i'm trying to use the pango it says something about the "no decode delegate for this image ...
- 2012-05-01T00:32:04-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
First do not use *.jpg for the final filename -- it will overwrite the LAST jpg file in the directory. Second the new coder "pango" will automatically handle language direction changes and even mixed language. For example: convert -pointsize 18 pango:'This is english.\nBut this is hebrew ...
- 2012-04-30T23:43:57-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
Weird, it still not working for me ... do you think it has something to do with the HOSTING company and the IM version ? should i ask of the hosting company to upgrade the IM version, will it help ?? What is not working? With or without the -direction? I found that without the -direction right-to ...
- 2012-04-30T15:03:59-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
It seems to be broken with the -direction in my IM 6.7.6.8 Q16 Mac OSX Snow Leopard. What version of IM are you using? This works, but the text is not right-to-left convert -background white -fill black -encoding Unicode -font Arial -gravity center \ -pointsize 40 label:'ניסיון' show: But this gives ...
- 2012-04-30T12:15:03-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Re: Converting Hebrew font to image looks like GIBBERISH
I am not sure whether or not you can use wild cards in both the input and output. Nevertheless, here are a couple of things to consider. 1) use one specific image and test that both in PHP exec and in the command line. does it even work with one image in the command line in a terminal rather than ...
- 2012-04-30T11:13:39-07:00
- Forum: Users
- Topic: Converting Hebrew font to image looks like GIBBERISH
- Replies: 20
- Views: 28914
Converting Hebrew font to image looks like GIBBERISH
Hi ! i'm LOST ! I'm trying to convert *.SVG file to *.JPG, the SVG file contains Image + Text(with hebrew fonts), the conversions goes with the following command: exec("convert *.svg *.jpg"); The conversion creates new JPG file with the image and text but the text looks like GIBBERISH. It's ...