SlideShare a Scribd company logo
VIPS: An Image Processing Library for Large, and Not So Large, Images John Cupitt Imperial College London, UK Kirk Martinez University of Southampton Southampton, UK Presented by Nicolas Robidoux LGM Montreal, 2009 http://www.vips.ecs.soton.ac.uk
Introduction VIPS is a 2D scientific image processing system. It needs little memory and runs quickly, especially on multi-CPU machines. It has good support for large images and for colour.  The library is mostly C with some C++. There are C, C++, Python, GUI and command-line interfaces. It runs on any Unix, with convenient packages in the major distributions, and on Windows. It is licensed under the LGPL. The GUI is an unsual blend of a spreadsheet and a paint program. It is licensed under the GPL.
Speed and memory use Load, crop, shrink, sharpen and save a 5k x 5k pixel RGB tiled TIFF image. Fastest real time of three runs on a quiet system. Tests run on a 2 CPU Opteron server.  Image and Graphicsmagick both compiled with Q16. Freeimage does not have a sharpening operation, so that part of that test was skipped. nip2 seems slow because it has a long start-up time: once it starts, it processes at the same speed as the Python and C++ versions. Octave (Matlab) does not aim to be quick, we include the time for interest. The source-code for the various implementations is on the VIPS website.
SMP scaling Load, crop, shrink, colour-correct, sharpen and save a 10k x 10k pixel CIELAB image in VIPS format. Number of CPUs on horizontal axis, speed-up on vertical. Run on a 64-CPU Itanium2 supercomputer (SGI Origin 2000). Details of the benchmark and source-code are on the VIPS website.
History VIPS was started in 1990 as the image processing system for the VASARI project (multispectral imaging of old-master paintings to detect long-term colour change).  10,000 x 10,000 pixels, seven colour bands, 16 bits per band, up to 1.6 GB for the final image. Our Sun4 had 64 MB of RAM and a 25 Mhz processor. Ouch!
History VIPS therefore looks something like this: Several operations run at once and images are pulled through the pipeline by demand from the sink.  A simple, lightweight system combines operations without the need for large intermediate images.
History We added SMP support in 1993: Run a pipeline on each thread, sinks arrange synchronisation.
History We added large file (>2GB) support in 2002: We map a small window into each input file. These windows are shared between threads when possible. Window positions are calculated using 64-bit arithmetic.
History We improved SMP scaling in 2006: A buffer manager decouples workers from the image write library so they never have to wait. We also added a system for quickly sharing and recycling pixel buffers.
General principles 2D colour images only: no video, no volumes Any number of bands All band elements in an image have the same pixel format (eg. 32-bit signed int) All operations are non-destructive Images are uninterpreted arrays. Alpha channels, CMYK, layers, etc. are up to applications to implement on top of VIPS Pipelines are static. Apps have to destroy and rebuild to make a change.
API The C++ and Python APIs are similar to PIL. The C API is somewhat like HIPS, if anyone remembers that. import sys from vipsCC import * im = VImage.VImage (sys.argv[1]) im = im.extract_area (100, 100, im.Xsize () - 200, im.Ysize () - 200) im = im.similarity (0.9, 0, 0, 0) mask = VMask.VIMask (3, 3, 8, 0,  [-1, -1, -1,  -1,  16, -1,  -1, -1, -1]) im = im.conv (mask) im.write (sys.argv[2]) Load, crop, shrink, sharpen, save. The Python binding is generated automatically by SWIG.
Other features Pixels can be 8/16/32-bit integer, signed and unsigned, 32/64-bit float, 64/128-bit complex XYZ, Lab, Yuv, Yxy, Lch, RGB colour spaces; ICC colour management with lcms Operation database, plugins, metadata, many file formats, memory, disc and screen sinks ~350 operations, mostly simple filters: rank, Fourier, morphological operators, convolutions, histogram operations, colour, arithmetic, affine Simple: ~10k lines of C for the core, 50k in operations
GUI nip2, the VIPS GUI, is a spreadsheet where each cell can be a complex object: an image, plot, widget, matrix, etc. nip2 has its own lazy, higher-order, pure functional language with classes, somewhat like dynamically typed Haskell. Spreadsheet cells are class instances. Cells are joined with snippets of this language. As the spreadsheet recalculates it builds optimised VIPS pipelines behind the scenes. Image generation is then pure VIPS. So: fast, low memory use, huge images.
GUI
GUI You can use nip2 for quite large, complex applications. We have a set of linked workspaces which analyze four-dimensional images (volumes over time) from PET scanners to calculate tissue inflammation indicies.  The workspaces read ~300MB of image data, process ~7,000 images, generate ~60 GB of intermediate images and take ~2 minutes to completely recalculate. They need ~400 MB of RSS to run. A useful tool for a technical user, not aimed at a general audience.
GUI
Bad things about VIPS Rather old-fashioned, slightly clunky C API Still uses manpages. We get a lot of complaints about hard-to-navigate docs. Limited range of operators. It would be nice to have segmentation, for example. Awkward to extend, despite a plugin system. Operators have a fixed set of arguments and it's difficult to add functionality.
TODO We've started moving VIPS to GObject.  The current stable version has several GObject-based systems. We plan to move most of the VIPS types to GObject in the next version, then start rewriting operations in the version after. We will switch to doxygen for API docs. This should give us a sane, extensible, well-documented, easy to bind API with hopefully similar performance to the current version. We'll aim to have a vips7 compatibility layer
Other stuff we could talk about Contrast Gegl vs vips Users ... museums, medical, university, ...?

More Related Content

ODP
Vips 4mar09e
PDF
Evolution of the modern graphics architectures with a focus on GPUs | Turing1...
PPT
Dad i want a supercomputer on my next
ODP
Vips 4mar09f
ODP
Vips 4mar09f
ODP
Vips 4mar09f
ODP
Vips 4mar09f
ODP
Vips 4mar09f
Vips 4mar09e
Evolution of the modern graphics architectures with a focus on GPUs | Turing1...
Dad i want a supercomputer on my next
Vips 4mar09f
Vips 4mar09f
Vips 4mar09f
Vips 4mar09f
Vips 4mar09f

Similar to Vips 4mar09f (20)

PPTX
Realtimeimageprocessing
PDF
IBM Cloud Paris Meetup - 20190520 - IA & Power
PPTX
Image ppt using tmlcss ani js javascrit.pptx
PPTX
image compression using html css js .pptx
PDF
PDF
AIST Super Green Cloud: lessons learned from the operation and the performanc...
PDF
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
PDF
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
PDF
Real-time DeepLearning on IoT Sensor Data
PPT
Multi Processor Architecture for image processing
PDF
Implementation of embedded arm9 platform using qt and open cv for human upper...
PPT
39245196 intro-es-iii
PDF
I/O Challenges in Brain Tissue Simulation
PDF
Automatic License Plate Recognition using OpenCV
PDF
Automatic License Plate Recognition using OpenCV
PDF
MIPI DevCon 2016: MIPI CSI-2 Application for Vision and Sensor Fusion Systems
PDF
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
DOCX
Assignmentdsp
PDF
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
PDF
Run your JavaScript app for years on a coin cell - JSConf.asia 2016
Realtimeimageprocessing
IBM Cloud Paris Meetup - 20190520 - IA & Power
Image ppt using tmlcss ani js javascrit.pptx
image compression using html css js .pptx
AIST Super Green Cloud: lessons learned from the operation and the performanc...
A Smart Camera Processing Pipeline for Image Applications Utilizing Marching ...
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
Real-time DeepLearning on IoT Sensor Data
Multi Processor Architecture for image processing
Implementation of embedded arm9 platform using qt and open cv for human upper...
39245196 intro-es-iii
I/O Challenges in Brain Tissue Simulation
Automatic License Plate Recognition using OpenCV
Automatic License Plate Recognition using OpenCV
MIPI DevCon 2016: MIPI CSI-2 Application for Vision and Sensor Fusion Systems
IMAGE CAPTURE, PROCESSING AND TRANSFER VIA ETHERNET UNDER CONTROL OF MATLAB G...
Assignmentdsp
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
Run your JavaScript app for years on a coin cell - JSConf.asia 2016
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
August Patch Tuesday
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Hybrid model detection and classification of lung cancer
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
project resource management chapter-09.pdf
NewMind AI Weekly Chronicles - August'25-Week II
A novel scalable deep ensemble learning framework for big data classification...
cloud_computing_Infrastucture_as_cloud_p
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
August Patch Tuesday
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
1 - Historical Antecedents, Social Consideration.pdf
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
WOOl fibre morphology and structure.pdf for textiles
Accuracy of neural networks in brain wave diagnosis of schizophrenia
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Hybrid model detection and classification of lung cancer
A comparative study of natural language inference in Swahili using monolingua...
OMC Textile Division Presentation 2021.pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Programs and apps: productivity, graphics, security and other tools
project resource management chapter-09.pdf
Ad

Vips 4mar09f

  • 1. VIPS: An Image Processing Library for Large, and Not So Large, Images John Cupitt Imperial College London, UK Kirk Martinez University of Southampton Southampton, UK Presented by Nicolas Robidoux LGM Montreal, 2009 http://www.vips.ecs.soton.ac.uk
  • 2. Introduction VIPS is a 2D scientific image processing system. It needs little memory and runs quickly, especially on multi-CPU machines. It has good support for large images and for colour. The library is mostly C with some C++. There are C, C++, Python, GUI and command-line interfaces. It runs on any Unix, with convenient packages in the major distributions, and on Windows. It is licensed under the LGPL. The GUI is an unsual blend of a spreadsheet and a paint program. It is licensed under the GPL.
  • 3. Speed and memory use Load, crop, shrink, sharpen and save a 5k x 5k pixel RGB tiled TIFF image. Fastest real time of three runs on a quiet system. Tests run on a 2 CPU Opteron server. Image and Graphicsmagick both compiled with Q16. Freeimage does not have a sharpening operation, so that part of that test was skipped. nip2 seems slow because it has a long start-up time: once it starts, it processes at the same speed as the Python and C++ versions. Octave (Matlab) does not aim to be quick, we include the time for interest. The source-code for the various implementations is on the VIPS website.
  • 4. SMP scaling Load, crop, shrink, colour-correct, sharpen and save a 10k x 10k pixel CIELAB image in VIPS format. Number of CPUs on horizontal axis, speed-up on vertical. Run on a 64-CPU Itanium2 supercomputer (SGI Origin 2000). Details of the benchmark and source-code are on the VIPS website.
  • 5. History VIPS was started in 1990 as the image processing system for the VASARI project (multispectral imaging of old-master paintings to detect long-term colour change). 10,000 x 10,000 pixels, seven colour bands, 16 bits per band, up to 1.6 GB for the final image. Our Sun4 had 64 MB of RAM and a 25 Mhz processor. Ouch!
  • 6. History VIPS therefore looks something like this: Several operations run at once and images are pulled through the pipeline by demand from the sink. A simple, lightweight system combines operations without the need for large intermediate images.
  • 7. History We added SMP support in 1993: Run a pipeline on each thread, sinks arrange synchronisation.
  • 8. History We added large file (>2GB) support in 2002: We map a small window into each input file. These windows are shared between threads when possible. Window positions are calculated using 64-bit arithmetic.
  • 9. History We improved SMP scaling in 2006: A buffer manager decouples workers from the image write library so they never have to wait. We also added a system for quickly sharing and recycling pixel buffers.
  • 10. General principles 2D colour images only: no video, no volumes Any number of bands All band elements in an image have the same pixel format (eg. 32-bit signed int) All operations are non-destructive Images are uninterpreted arrays. Alpha channels, CMYK, layers, etc. are up to applications to implement on top of VIPS Pipelines are static. Apps have to destroy and rebuild to make a change.
  • 11. API The C++ and Python APIs are similar to PIL. The C API is somewhat like HIPS, if anyone remembers that. import sys from vipsCC import * im = VImage.VImage (sys.argv[1]) im = im.extract_area (100, 100, im.Xsize () - 200, im.Ysize () - 200) im = im.similarity (0.9, 0, 0, 0) mask = VMask.VIMask (3, 3, 8, 0, [-1, -1, -1, -1, 16, -1, -1, -1, -1]) im = im.conv (mask) im.write (sys.argv[2]) Load, crop, shrink, sharpen, save. The Python binding is generated automatically by SWIG.
  • 12. Other features Pixels can be 8/16/32-bit integer, signed and unsigned, 32/64-bit float, 64/128-bit complex XYZ, Lab, Yuv, Yxy, Lch, RGB colour spaces; ICC colour management with lcms Operation database, plugins, metadata, many file formats, memory, disc and screen sinks ~350 operations, mostly simple filters: rank, Fourier, morphological operators, convolutions, histogram operations, colour, arithmetic, affine Simple: ~10k lines of C for the core, 50k in operations
  • 13. GUI nip2, the VIPS GUI, is a spreadsheet where each cell can be a complex object: an image, plot, widget, matrix, etc. nip2 has its own lazy, higher-order, pure functional language with classes, somewhat like dynamically typed Haskell. Spreadsheet cells are class instances. Cells are joined with snippets of this language. As the spreadsheet recalculates it builds optimised VIPS pipelines behind the scenes. Image generation is then pure VIPS. So: fast, low memory use, huge images.
  • 14. GUI
  • 15. GUI You can use nip2 for quite large, complex applications. We have a set of linked workspaces which analyze four-dimensional images (volumes over time) from PET scanners to calculate tissue inflammation indicies. The workspaces read ~300MB of image data, process ~7,000 images, generate ~60 GB of intermediate images and take ~2 minutes to completely recalculate. They need ~400 MB of RSS to run. A useful tool for a technical user, not aimed at a general audience.
  • 16. GUI
  • 17. Bad things about VIPS Rather old-fashioned, slightly clunky C API Still uses manpages. We get a lot of complaints about hard-to-navigate docs. Limited range of operators. It would be nice to have segmentation, for example. Awkward to extend, despite a plugin system. Operators have a fixed set of arguments and it's difficult to add functionality.
  • 18. TODO We've started moving VIPS to GObject. The current stable version has several GObject-based systems. We plan to move most of the VIPS types to GObject in the next version, then start rewriting operations in the version after. We will switch to doxygen for API docs. This should give us a sane, extensible, well-documented, easy to bind API with hopefully similar performance to the current version. We'll aim to have a vips7 compatibility layer
  • 19. Other stuff we could talk about Contrast Gegl vs vips Users ... museums, medical, university, ...?