• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp1
r3wp5
total:6

results window for this page: [start: 1 end: 6]

world-name: r4wp

Group: #Red ... Red language group [web-public]
Andreas:
9-Mar-2012
`convert shot.xwd shot.png` (imagemagic)
`xwdtopnm < shot.xwd | pnmtopng > shot.png` (netpbm)

world-name: r3wp

Group: View ... discuss view related issues [web-public]
Dockimbel:
12-Jan-2010
If BILINEAR filter is not working or not implemented (while being 
documented), that would be really a pity to have to code my own bilinear 
filter in REBOL which would be probably too slow to use, or install 
a 10MB library like ImageMagic...
Dockimbel:
12-Jan-2010
Yes, once only, I guess CALL would be ok, just need to install ImageMagic 
on Windows, test it, then install it on Linux server, test again, 
then add this package to the list of dependencies to maintain...cool!
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public]
Dockimbel:
28-Nov-2008
Btw, what was your CALL doing in your RSP app ? Calling ImageMagic 
?
Group: !REBOL3 GUI ... [web-public]
Maxim:
14-Sep-2010
my goal is to allow an dynamic linking of any external gfx engine 
within the current system.   hopefully DirectX, Cairo and ImageMagic 
integrations will also be possible, but I have no idea about their 
API so it might still be a pipe dram at this point.
Group: Red ... Red language group [web-public]
Dockimbel:
25-Jan-2012
Great, let me know when your ImageMagic binding will be ready, so 
I'll add it to the list of existing bindings.