Search found 11 matches
- 2017-02-09T13:35:48-07:00
- Forum: Users
- Topic: Filter for a fuzzy border?
- Replies: 4
- Views: 4628
Re: Filter for a fuzzy border?
Thanks. Yes I am on *nix, will be trying it shortly.
- 2017-02-09T07:35:30-07:00
- Forum: Users
- Topic: Filter for a fuzzy border?
- Replies: 4
- Views: 4628
Filter for a fuzzy border?
In The GIMP - I can open an image, in the Decor menu there is a "fuzzy border" filter. You can specify a color, the border size, how much blur there is, whether or not to add a shadow. When I look what it does, it creates a layer that is transparent in the middle, and has a border of specified color ...
- 2016-07-21T16:26:41-07:00
- Forum: Bugs
- Topic: GetMagickThreadSupport problem with mod_perl
- Replies: 19
- Views: 31360
Re: GetMagickThreadSupport problem with mod_perl
Hi - this was my error.
I wasn't building the zts version of the php module.
It works as it should.
I wasn't building the zts version of the php module.
It works as it should.
- 2016-07-21T14:14:36-07:00
- Forum: Bugs
- Topic: GetMagickThreadSupport problem with mod_perl
- Replies: 19
- Views: 31360
Re: GetMagickThreadSupport problem with mod_perl
Problem persists with ImageMagick 7.0.2-4 and php-pecl-imagick 3.4.3RC1
- 2016-07-21T03:32:47-07:00
- Forum: Bugs
- Topic: GetMagickThreadSupport problem with mod_perl
- Replies: 19
- Views: 31360
Re: GetMagickThreadSupport problem with mod_perl
I will try with ImageMagick 7 series and see if it still exists there. I need ImageMagick for the WebP support (I serve images as WebP to clients that report they support it)
- 2016-07-21T03:23:08-07:00
- Forum: Bugs
- Topic: GetMagickThreadSupport problem with mod_perl
- Replies: 19
- Views: 31360
Re: GetMagickThreadSupport problem with mod_perl
This thread is from 2008. I found this thread via google. It is now 2016 and this problem still exists, and it is not acceptable. The problem is that without using MPM Worker, you can not use the PHP facilities for upload progress. When uploading a file, the Ajax requests to get status on the upload ...
- 2014-10-22T23:46:29-07:00
- Forum: Users
- Topic: WebP from within RHEL/CentOS 7 ??
- Replies: 3
- Views: 6809
Re: WebP from within RHEL/CentOS 7 ??
Not only works now, but rebuilding the pecl php module also now lists webp in formats - so yeah, I think it was simply a matter of the RHEL/CentOS 7 rpm spec file failed to BuildRequires libwebp-devel.
- 2014-10-22T21:42:39-07:00
- Forum: Users
- Topic: WebP from within RHEL/CentOS 7 ??
- Replies: 3
- Views: 6809
Re: WebP from within RHEL/CentOS 7 ??
Hi, I took the source rpm and am updating it now and it will try that. It looks like libweb-devel was not in the BuildRequires of the RHEL src.rpm so it probably wasn't found by configure in their build environment. So I bet the convert that comes with RHEL/CentOS 7 doesn't have WebP support. I'm ...
- 2014-10-22T21:07:18-07:00
- Forum: Users
- Topic: WebP from within RHEL/CentOS 7 ??
- Replies: 3
- Views: 6809
WebP from within RHEL/CentOS 7 ??
Hi - trying the command line example at http://www.imagemagick.org/script/webp.php only I'm using a tif for input. convert is not spitting out an error, it is creating the requested file with a .webp extension, but the output is a tiff file just like the input. convert -version Version: ImageMagick ...
Re: exif data
Okay - http://pecl.php.net/package/imagick seems to indicate what Fedora has packages is somewhat out of date.
I'll try building a newer version and see if I can nag Fedora to update what is in their repositories.
Don't know if it will fix this, but...
I'll try building a newer version and see if I can nag Fedora to update what is in their repositories.
Don't know if it will fix this, but...
exif data
Hi, trying to prevent things like geo-location etc. from being included in exif data while not completely getting rid of all exif data that may be present. I tried the following function which I wrote: function sanitizeExif($im, $whitelist=array()) { $alwaysPreserve = array('Copyright', 'ColorSpace ...