Displaying 20 results from an estimated 11000 matches similar to: "how to set imagemagicks tmp folder?"
2017 Nov 15
2
CFG normalization: avoiding `br i1 false`
> I'm not necessarily sympathetic to the idea of adding another canonicalization pass only for this purpose.
The problem is that as you said, SimplifyCfg does all sorts of stuff,
and I suspect is not the fastest pass in the world.
Also, in the case that annoys me, there is an LCSSA pass in the
middle, and I suspect it would be a better idea to only do the LCSSA
etc. transform again if no
2017 Nov 29
3
CFG normalization: avoiding `br i1 false`
There's already a LoopSimplifyCFG which is a loop-pass (and thus can
iterate with other loop passes) and eliminates trivial branches. Having
a simple pass which just strips unreachable blocks and converts
conditional branches to unconditional ones while updating appropriate
analyzes (LoopInfo, DomTree, LCSSA, etc..) seems very reasonable. This
could also be a utility function called
2017 May 30
4
RFC: Replace usage of Alias Set Tracker with MemorySSA in LICM
Hi,
I wanted to give a heads-up that I've been looking into replacing the
AliasSetTracker(AST) with MemorySSA in the Loop Invariant Code Motion
(LICM) pass.
I would love to get feedback on the best way to incrementally push in this
change.
Motivation:
There has been an outstanding issue with using the Alias Set Tracker due to
its expensive construction time (quadratic).
We've had test
2006 Apr 27
1
R interface to ImageMagick
Hi,
I was wondering if anyone is aware of an R interface to ImageMagick
(www.imagemagick.org)? Since R does not support a lot of image processing
functions, having such an interface could be very useful. Alternatively,
ImageMagick has a couple of different interfaces (including to C and C++). I
was wondering if one can use these to call ImageMagick functions from R.
I am posting a similar
2006 Apr 24
7
ImageMagick/Rmagick replacement?
Hi, everyone!
I have been recently hit by ImageMagick/Rmagick memory leak issues.
I know I can lesson the problem by manually starting up GC each time
I use Rmagick library but ImageMagick seems to use way too much
memory nevertheless. (on shared hosting setup anyway)
Is there a decent replacement for ImageMagick library? I used to
think ImageMagick was quite efficient because its
2006 Feb 15
1
ImageMagick x86_64 update missing binaries (i386 is okay)
The recently released update to ImageMagick (6.0.7.1-14.x86_64) has a
problem on x86_64 -- it's missing /usr/bin/animate, /usr/bin/display, and
/usr/bin/import. The previous ImageMagick-6.0.7.1-12.x86_64.rpm is fine...
--
Matthew Miller mattdm at mattdm.org <http://mattdm.org/>
Boston University Linux ------> <http://linux.bu.edu/>
2011 Aug 27
3
ImageMagick : Centos GUI ?
I accidentally discovered 'convert'. It is a command line utility.
Changing a file from png to gif works like this
convert aaa.png aaa.gif
Amazingly simple, powerful and effective.
I've since discovered it has an amazing list of options
convert --help
a manual
file:///usr/share/doc/ImageMagick-6.2.8/www/convert.html
and a web site
http://www.imagemagick.org/
Does anyone
2006 Apr 06
4
GraphicsMagick or ImageMagick and RMagic on OS X
Hi all,
I''ve been trying to install GraphicsMagick with RMagic. I''ve tried
ImageMagick with RMagic as well. I''ve tried the installations using Darwin
Ports, Gems and from source. Nothing seems to work properly.
My specs:
ruby --version
ruby 1.8.4 (2005-12-24) [powerpc-darwin8.5.0]
rails --version
Rails 1.1.0
convert -version
Version: ImageMagick 6.1.8 04/05/06 Q16
2005 Sep 09
5
file_column: patched for imagemagick and validation
Hi all,
I patched file_column to add imagemagick transformations of uploaded
content. I added an options hash, and it takes the :magick and
:format keys. :magick is a string of imagemagick command line options
for convert (Reference:
http://www.imagemagick.org/script/convert.php). Format is an optional
extension for the finished image. If Imagemagick recognizes the
extension, then it will
2016 May 03
2
ImageMagick security alert
https://imagetragick.com/
As CentOS is often used for web servers, I thought this should be posted
here.
Bug in ImageMagick allows remote exploit.
AFAIK no patch exists yet but defense against the exploit is detailed at
the link.
CVE-2016?3714
2009 Dec 16
2
Image conversion with ImageMagick doesn't work on CentOS, but it works fine on Debian Lenny.
I recently came across the need to convert jpg images with IM, did a
standard install of "yum -y install ImageMagick" and found that
images converted with CentOS's base port of IM would actually corrupt the
images, yet using the same (albiet different version, different distro)
software
didn't corrupt the images at all.
By corrupted, I mean, the bottom portion of the image under
2008 Mar 19
1
adimpro package : R does not seem to find my ImageMagick installation
Dear list,
(sorry if I post to the wrong place...),
Though having spent some time on it, I cannot find an answer by myself
to the following behaviour of the read.image function (adimpro package) :
I'm running R.2.6.2 on Windows XP. The home directory is C:\Program
files\R\R-2.6.2
Version 0.4.4 of adimpro is loaded.
ImageMagick 6.3.0 is installed, its directory is C:\Program
2009 Oct 15
1
ImageMagick not seen by movie3d function from rgl package
Hello R-users,
I have downloaded and installed a binary version for Windows OS of ImageMagick (ImageMagick6.5.6-10-q16-windows-dll.exe), I have installed the rgl package and i've tried running the following example from ?movie3d()
library(rgl)
open3d()
plot3d( cube3d(col="green") )
M <- par3d("userMatrix")
play3d( par3dinterp( userMatrix=list(M,
2011 Dec 29
1
rmagick and imagemagick
I am having issues loading imagemagick and rmagick on webfaction.
I have installed a rails app called balder that organizes images.
my main problem is that i can''t seem to upoload the image sthrough balder.
balder uses imagemagick and rmagick
when i use the console and do this:
irb(main):003:0> require ''RMagick''
=> nil
I don''t think rmagick is
2005 Aug 31
3
Bug#325801: logcheck: new regex to filter imap "Moved xxx bytes of new mail" messages
Package: logcheck
Version: 1.2.41
Severity: wishlist
Hi folks, thanks for your work maintaining logcheck, it works well.
When my users read their mail using imap (usually via squirrelmail,
not sure about other clients) I get a message like this in the log:
Aug 22 21:03:32 phoenix imapd[6551]: Moved 11323 bytes of new mail to /home/winky/mail/mbox from /var/spool/mail/winky host= localhost
2006 Oct 31
1
[OT] Hosed ImageMagick Kills Gruff
This is off-topic because it''s installation specific, but I wondered if
anyone could point me in the right direction. I installed ImageMagick and
RMagick on my MacBook Pro using Darwin Ports and the normal gem install,
respectively. I got the dreaded "bus error."
I read Tom Mornini''s discussion about installing GraphicsMagic and then
RMagick, so I used port uninstall
This installation of RMagick was configured with ImageMagick 6.6.4 but ImageMagick 6.6.5-0 is in use
2010 Nov 20
2
This installation of RMagick was configured with ImageMagick 6.6.4 but ImageMagick 6.6.5-0 is in use
Hi all, just installed ImageMagick on my Mac, then added the gem
rmagick, and not can''t launch the server on my local machine. Anyone
experience this or have any ideas?
rails s
/Library/Ruby/Gems/1.8/gems/rmagick-2.13.1/lib/RMagick2.bundle: This
installation of RMagick was configured with ImageMagick 6.6.4 but
ImageMagick 6.6.5-0 is in use. (RuntimeError)
from
2006 Mar 23
1
Using ImageMagick with Locomotive
Hi,
I''m trying to use the routines on this page:
<http://addictedtonew.com/archives/127/rotating-images-with-rmagick-and-ruby-on-rails/>
to try and rotate some images.
I tried using the script/console to do some testing, - I know
ImageMagick is working, as I''m using the filecolumn plugin to resize
images as they are loaded. When I try, using the console, to rotate an
2016 May 04
2
ImageMagick security alert
On Wed, 4 May 2016, Nux! wrote:
> Direct links
>
> https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588#p132726
> https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-3714
>
> Mitigation:
>
> As a workaround the /etc/ImageMagick/policy.xml file can be edited to disable
> processing of MVG, HTTPS, EPHEMERAL and MSL commands within image files,
2010 Aug 06
4
Paperclip not finding imagemagick on prod, works on dev
Hi,
I am using paperclip to attach documents to my models. it works
perfectly on my dev machine, but on the server I get a
CommandNotFoundError.
On my server if I ./script/console I can run imagemagick through
system("convert") and it works, so why can''t paperclip find it?
Thanks for your ideas
PS: the paperclip google group isn''t getting much answers so I am