Search found 16 matches

by hengsopheak
2017-04-19T14:27:06-07:00
Forum: Bugs
Topic: Assertion failed:(!scaled_font->cache_frozen)
Replies: 1
Views: 7775

Assertion failed:(!scaled_font->cache_frozen)

I've installed from source within version 7.0.5-4 on OSX MacOS Sierra version 10.12.4 and trying to used as below commend-line but I got another errors result then I've tried to ask with another forum they said this is bug so i want to make it is really bug or not.

Please check.



DELEGATES bzlib ...
by hengsopheak
2017-04-12T12:47:22-07:00
Forum: Bugs
Topic: [SOLVED] Failed to install from source on raspbian
Replies: 2
Views: 10940

Re: [SOLVED] Failed to install from source on raspbian

I got this errors too and try to do as your commend-line but not work

sudo make install
make install-am
make[1]: Entering directory '/opt/ImageMagick-7.0.5-4'
CCLD MagickCore/libMagickCore-7.Q16HDRI.la
/usr/bin/ld: /usr/local/lib/libbz2.a(bzlib.o): relocation R_X86_64_32S against `BZ2_crc32Table ...
by hengsopheak
2017-04-12T09:26:21-07:00
Forum: Developers
Topic: How to define the value of configuration?
Replies: 2
Views: 14431

Re: How to define the value of configuration?

So difficulty to install Imagemagick.
by hengsopheak
2017-04-12T07:21:38-07:00
Forum: Developers
Topic: How to define the value of configuration?
Replies: 2
Views: 14431

How to define the value of configuration?

I've try to add some lib to configuration file be run below commend
./configure \
--enable-shared=yes \
--disable-static \
--without-perl \
--with-fftw=yes \
--with-flif=yes \
-with-fpx=yes \
--with-fontconfig=yes \
--with-freetype=yes \
--with-jbig=yes \
--with-jpeg=yes \
--with-openjp2=yes ...
by hengsopheak
2017-04-08T08:51:28-07:00
Forum: Users
Topic: Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, lin
Replies: 4
Views: 8339

Re: Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c,

those fonts are installed in my system and I'm used that path to my existing fonts too

It will work if I use label instead of Pango.

1 : convert -font /Users/sopheak/Documents/cam/vgo/public/image/fonts/Kh-Content.ttf -pointsize 36 pango:"ddddd" mincho_test.png
2 : convert -font /Users/sopheak ...
by hengsopheak
2017-04-08T07:52:27-07:00
Forum: Users
Topic: Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, lin
Replies: 4
Views: 8339

Re: Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c,

I'm testing with below commend

convert -font Kh-Siemreap.ttf -pointsize 36 pango:"Hellow this is working" mincho_test.png

and

convert -font /Users/sopheak/Documents/cam/vgo/public/image/fonts/Kh-Siemreap.ttf -pointsize 36 pango:"Hellow this is working" mincho_test.png

and I return the same ...
by hengsopheak
2017-04-08T07:02:10-07:00
Forum: Users
Topic: Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, lin
Replies: 4
Views: 8339

Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, lin

I've installed ImageMagick as below environment and try to used Pango with Unicode characters then I found below problem.

Environment :

Version : ImageMagick 7.0.5-4 Q16 x86_64 2017-04-04
Features : Cipher DPC HDRI
Delegates (built-in) : bzlib djvu fftw fontconfig freetype gvc jp2 lcms lzma ...
by hengsopheak
2017-04-03T07:13:03-07:00
Forum: MagickWand for PHP
Topic: How to create khmer Unicode character watermark on images using PHP ImageMagick Pango?
Replies: 0
Views: 122511

How to create khmer Unicode character watermark on images using PHP ImageMagick Pango?

Dear Imagemagick
Tody, I come here to ask you again on creating Khmer character watermarks on images using php imageMagick2.0.1
as the previous question I can used ImageMagick via Pango to render Khmer characters on images but now I'm facing another problem some times it working but sometime it ...
by hengsopheak
2017-03-31T13:47:28-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

unable to open image `"Hello World.png!"': No such file or directory @ error/blob.c/OpenBlob/2705
by hengsopheak
2017-03-31T12:50:23-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

OK now it is working very well.

Thank very much for helping me
by hengsopheak
2017-03-31T12:28:51-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

There are a lot of English fonts but not mine so I have to past my Khmer fonts at there and add some option in configure like

FreeType --with-freetype=yes yes
FontConfig --with-fontconfig=yes yes

I hope this one can be work for me now try to edit and testing
by hengsopheak
2017-03-31T11:44:55-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

I'm trying with Ubuntu14.6 and Version: ImageMagick 6.7.7-10 2017-03-14 Q16
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

On the configuration
I have edit on Configure name
1: I added --with-pango


After configured I try to below commend-line as below.

convert ...
by hengsopheak
2017-03-30T19:19:33-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

Dear Snibgo,

I want to ask you if pango work how about PHP script? I'm try to find a solution to use PHP for sending the command-line for PHP application (laravel)
on Ubunut 14. Should I got an example?
by hengsopheak
2017-03-29T10:31:26-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

Dear Magick,
God not please me now I'm trying hard to find the solution but still stuck with this cause
I have to contact the font author that said let me try with my code is anything wrong with my configuration that said their font if work all application event Operating system.
now I decided to ...
by hengsopheak
2017-03-21T21:13:15-07:00
Forum: IMagick
Topic: Does PHP imagemagick support with Unicode?
Replies: 14
Views: 44837

Re: Does PHP imagemagick support with Unicode?

I've tested it too on the magick commen-line and result is the same, However this font is work properly with Microsoft office all version and adobe all version and another application too. Oh,Moreover I have download the font from https://fonts.google.com/specimen/Siemreap?selection.family=Lato|Open ...