Changes between Initial version and Version 1 of Ticket #2352, comment 16


Ignore:
Timestamp:
3 Aug 2022, 16:20:50 (22 months ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2352, comment 16

    initial v1  
    33user@osgeolive:~$ ldd /usr/lib/libmapnik.so.3.1.0 | grep proj
    44        libproj.so.22 => /lib/x86_64-linux-gnu/libproj.so.22 (0x00007f7cf20b4000)
     5
     6user@osgeolive:~/mapnik-ex0/demo/python$ python3 rundemo.py
     7
     8 15 maps have been rendered in the current directory:
     9- demo.png
     10- demo256.png
     11- demo64_binary_transparency.png
     12- demo128_colors_hextree_no_alpha.png
     13- demo_high.jpg
     14- demo_low.jpg
     15- demo.tif
     16- demo.webp
     17- demo_med.webp
     18- demo_low.webp
     19- demo.pdf
     20- demo.ps
     21- demo.svg
     22- demo_cairo_rgb.png
     23- demo_cairo_argb.png
     24
     25Have a look!
     26
     27user@osgeolive:~/mapnik-ex0/demo/python$ file *
     28README.txt:                          ASCII text
     29demo.pdf:                            PDF document, version 1.5, 1 pages
     30demo.png:                            PNG image data, 800 x 600, 8-bit/color RGBA, non-interlaced
     31demo.ps:                             PostScript document text conforming DSC level 3.0, Level 2
     32demo.svg:                            SVG Scalable Vector Graphics image
     33demo.tif:                            TIFF image data, little-endian, direntries=14, height=600, bps=22912, compression=deflate, PhotometricIntepretation=RGB, width=800
     34demo.webp:                           RIFF (little-endian) data, Web/P image, VP8 encoding, 800x600, Scaling: [none]x[none], YUV color, decoders should clamp
     35demo128_colors_hextree_no_alpha.png: PNG image data, 800 x 600, 8-bit colormap, non-interlaced
     36demo256.png:                         PNG image data, 800 x 600, 8-bit colormap, non-interlaced
     37demo64_binary_transparency.png:      PNG image data, 800 x 600, 8-bit colormap, non-interlaced
     38demo_cairo_argb32.png:               PNG image data, 800 x 600, 8-bit/color RGB, non-interlaced
     39demo_cairo_rgb24.png:                PNG image data, 800 x 600, 8-bit/color RGB, non-interlaced
     40demo_high.jpg:                       JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 800x600, components 3
     41demo_highest.webp:                   RIFF (little-endian) data, Web/P image, VP8 encoding, 800x600, Scaling: [none]x[none], YUV color, decoders should clamp
     42demo_low.jpg:                        JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 800x600, components 3
     43demo_low.webp:                       RIFF (little-endian) data, Web/P image, VP8 encoding, 800x600, Scaling: [none]x[none], YUV color, decoders should clamp
     44map.xml:                             XML 1.0 document, Unicode text, UTF-8 text
     45rundemo.py:                          Python script, Unicode text, UTF-8 text executable
     46user@osgeolive:~/mapnik-ex0/demo/python$
     47
    548}}}