Search found 467 matches

by broucaries
2013-07-28T07:38:33-07:00
Forum: Bugs
Topic: pdf - tty
Replies: 4
Views: 6437

Re: pdf - tty

Could you post an example program ?

What is your distribution/OS ?
by broucaries
2013-07-28T07:34:58-07:00
Forum: Developers
Topic: Convert using ImageMagick using PHP
Replies: 52
Views: 103117

Re: Convert using ImageMagick using PHP

ABI of imagick is broken
(see https://bugs.php.net/bug.php?id=65167)

Please report bug on the same forum
by broucaries
2013-07-28T07:30:52-07:00
Forum: Bugs
Topic: Imagick Ubuntu
Replies: 4
Views: 8310

Re: Imagick Ubuntu

See https://bugs.php.net/bug.php?id=65167

Report bug on the same forum
by broucaries
2013-07-28T07:23:48-07:00
Forum: Bugs
Topic: [serious] Copyright header are missing for three m4 files
Replies: 4
Views: 4909

Re: [serious] Copyright header are missing for three m4 fil

* m4/magick_check_pthread_lib.m4 should have keep original header [1]. Note I believe this macro should be removed and replaced by modern http://www.gnu.org/software/autoconf-ar ... hread.html Fixed. Thanks [qutote] * m4/magick_func_mmap_fileio.m4 should have keep original header from autoconf. I c...
by broucaries
2013-07-28T05:36:21-07:00
Forum: Bugs
Topic: Breach of privacy
Replies: 10
Views: 10751

Re: Breach of privacy

find . -name "*.html" -exec sed -i 's/•/•/g' {} \; find . -name "*.html" -exec sed -i 's/ / /g' {} \; # it not a space but unicode non breaking space find . -name "*.html" -exec sed -i 's/©/© /g' {} \; find . -name "*.html" -exec se...
by broucaries
2013-07-28T04:40:20-07:00
Forum: Bugs
Topic: Breach of privacy
Replies: 10
Views: 10751

Re: Breach of privacy

xmllint www/architecture.html give the error
please run

Code: Select all

find . -name "*.html" -exec sed -i 's/•/\•/g' {} \;
I will send a patch trying to correct your html
by broucaries
2013-07-28T03:35:50-07:00
Forum: Bugs
Topic: Breach of privacy
Replies: 10
Views: 10751

Re: Breach of privacy

Any news of this ?
by broucaries
2013-07-28T03:31:39-07:00
Forum: Bugs
Topic: [serious] Copyright header are missing for three m4 files
Replies: 4
Views: 4909

[serious] Copyright header are missing for three m4 files

Hi, You have removed when copying two copyright headers: * m4/magick_check_pthread_lib.m4 should have keep original header [1]. Note I believe this macro should be removed and replaced by modern http://www.gnu.org/software/autoconf-archive/ax_pthread.html * m4/magick_func_mmap_fileio.m4 should have ...
by broucaries
2013-07-28T03:20:20-07:00
Forum: Bugs
Topic: Versions 6.8.1-9 and later don't function
Replies: 33
Views: 25896

Re: Versions 6.8.1-9 and later don't function

Ok will try to add this macro to autoconf-archive modified and modernized
by broucaries
2013-07-14T09:27:54-07:00
Forum: Bugs
Topic: [fixed] You break C++ abi....
Replies: 2
Views: 4078

Re: You break C++ abi....

Note that I will send a patch to the usual adress. You need to only dump the magick++
by broucaries
2013-07-14T09:18:58-07:00
Forum: Bugs
Topic: [fixed] You break C++ abi....
Replies: 2
Views: 4078

[fixed] You break C++ abi....

Hi, You have broken a new one the c++ abi http://upstream-tracker.org/compat_reports/imagemagick/6.8.6.4_to_6.8.6.6/abi_compat_report.html Ok it is sad, and I suppose you could not revert (and this time I do not care because we have not packaged the previous version). So could you please bump the so...
by broucaries
2013-07-07T14:40:58-07:00
Forum: Bugs
Topic: Breach of privacy
Replies: 10
Views: 10751

Re: Breach of privacy

magick wrote:Unfortunately, the tidy command jumbles the source code on the architecture page. See architecture.html#tera-pixel for example. Does the XSLT processing work properly without tidy?
Will get a glimpse.

You could use directly the xslt script if it is valid xhtml.

Bastien
by broucaries
2013-06-30T13:06:11-07:00
Forum: Bugs
Topic: -- and command parsing
Replies: 5
Views: 4169

Re: -- and command parsing

Thanks for the precision
by broucaries
2013-06-30T13:04:32-07:00
Forum: Bugs
Topic: Could you please cyrptographically sign the release file
Replies: 8
Views: 6685

Could you please cyrptographically sign the release file

Hi Could you please sign the released file ? Notice that if you have a gnupg signature I have some patch to your make dist rules that we help you. It is really important from a security point of view to get this, in order to be sure thatit is you that release imagemagick. Try also to get a ring of t...
by broucaries
2013-06-18T09:19:45-07:00
Forum: Bugs
Topic: -- and command parsing
Replies: 5
Views: 4169

-- and command parsing

Hi, could I have your opinion about this bug [1] Reproduced here How to reproduce: $ mkdir -p /tmp/a ; cd /tmp/a $ for f in alpha beta -delta; do convert -size 100x100 xc: +noise Random -- $f.png; done $ montage -- *.png gamma.jpg Expected behaviour: ( image gamma.jpg is created ) Observed behaviour...