# Set up speedy, optimized images with Gatsby Image
This recipe installs and configures all
the necessary NPM packages & Gatsby plugins
to enable speedy, optimized images with Gatsby Image
in your React code.
Based on https://www.gatsbyjs.org/docs/working-with-images-in-markdown/
This recipe:
---
Installs NPM Packages.
---
Adds Gatsby plugin `gatsby-source-filesystem` to read images from the `src/images`
directory.
---
Adds `gatsby-plugin-sharp` and `gatsby-transformer-sharp` to handle
image processing.
---
Once you've installed this recipe, you can start adding
speedy, optimized images to your React components.