Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...o), '''ppmtojpeg''' (package ''"netpbm"'' on Linux), '''convert''' (from ''ImageMagick'', multi-platform). I use the <code>magick</code> command from ImageMagick. You need all the source files from [[Bitmap#ATS]], [[Bitmap/Read_a_PPM_fil ...
    28 KB (3,722 words) - 10:38, 8 November 2023
  • ...tool (like '''cjpeg''', one of the netpbm package, or '''convert''' of the ImageMagick package) we read an image file and load it into the data storage type [[Bas I use the <code>magick</code> command from ImageMagick. You need all the source files from [[Bitmap#ATS]], [[Bitmap/Read_a_PPM_fil ...
    32 KB (4,258 words) - 11:33, 9 November 2023
  • # using the ImageMagick convert tool ...
    23 KB (2,985 words) - 17:30, 21 October 2020
  • ...nce ImageMagick is installed for the Images Julia module, a direct call to ImageMagick's convert command is possible. Rather than coding this from scratch, we invoke programatically ImageMagick's 'convert' tool which has all this stuff built in. ...
    82 KB (10,703 words) - 10:35, 20 November 2023
  • ...rations]] so you can read an image file. Once you have that, you could use imagemagick to convert to your supported file format. Then build a wiki-table renderer ...
    13 KB (2,178 words) - 06:10, 1 February 2021
  • ...rmat. You can either redirect that to a file, or pipe it to something like ImageMagick's ''display'' utility to view the result. (out '(display) # Pipe to ImageMagick ...
    49 KB (6,210 words) - 21:48, 22 May 2024
  • NB Things like convolution would be best done by combining LB with ImageMagick, which is easily called from LB. ===Imagemagick library=== ...
    101 KB (12,130 words) - 17:12, 10 December 2023
  • ...repeatedly trying to view the thumbnail of the Dragon Curve animated GIF; ImageMagick took too long to render the thumbnail for caching, and they kept hitting Re ...
    18 KB (3,006 words) - 14:53, 4 October 2011
  • ...rmat. You can either redirect that to a file, or pipe it to something like ImageMagick's ''display'' utility to view the result. (out '(display) # Pipe to ImageMagick ...
    78 KB (9,517 words) - 04:31, 29 February 2024
  • ...the Bitmap class from [[Bitmap/Bresenham%27s_line_algorithm#Lua|here]] and ImageMagick to preprocess jpg->ppm to simplify loading: Use the convert utility from ImageMagick to convert a JPEG image to PPM. ...
    62 KB (8,129 words) - 00:43, 20 April 2024
  • Here I use Netpbm to make a PNG, but you could use, for instance, ImageMagick instead. (Then I generally run my PNGs through optipng before posting them. ...program generates a PPM image, that you can view/convert using The GIMP or ImageMagick ...
    60 KB (7,516 words) - 14:53, 4 January 2024
  • ...[http://wiki.github.com/ffi/ffi ffi] from RubyGems to call C functions in ImageMagick. (FFI is an alternative to Fiddle). If that doesn't work, it falls back to {{libheader|ImageMagick}} ...
    82 KB (10,773 words) - 11:55, 17 November 2023
  • ...G due to optimizations made during its creation. If so, then the following ImageMagick command should fix it: ...
    45 KB (5,354 words) - 10:17, 2 February 2024
  • fcn writeJPGFile(fname){ // Linux, using imagemagick fcn readJPGFile(fileName){ // Linux, using imagemagick ...
    125 KB (16,316 words) - 09:35, 19 May 2024
  • ...ersion of the input image. The input image can be of any format handled by ImageMagick (see [[Read image file through a pipe]]) ...
    53 KB (6,931 words) - 10:59, 9 November 2023
  • ...G due to optimizations made during its creation. If so, then the following ImageMagick command should fix it: ...
    55 KB (6,037 words) - 10:40, 16 February 2024
  • ...odification of the [[Sierpinski_triangle#PicoLisp|text version]], requires ImageMagick's display: ...
    111 KB (14,517 words) - 18:06, 6 May 2024
  • ...G due to optimizations made during its creation. If so, then the following ImageMagick command should fix it: ...
    70 KB (8,109 words) - 19:00, 24 May 2024
  • This example requires ImageMagick >= 6.2.10 (works on X11, unsure about other platforms). ...
    43 KB (6,001 words) - 10:29, 20 November 2023
  • Admittedly laziness always prevails so an off-the-shelf function from ImageMagick is used instead. CannyEdgeDetector( # imagemagick.org/script/command-line-options.php#canny ...
    87 KB (10,913 words) - 11:44, 12 November 2023
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)