September 14, 2026
Oil Painting: How to Turn Any Photo into an Oil Painting with AI
Oil paintings have a timeless, classic quality — rich textures, deep colors, and a hand-crafted feel. AI can turn any photo into an oil painting in seconds. Here's how on Crevisto.
What the Oil Painting tool does
The Oil Painting tool transforms a photo into an oil painting. The result includes:
- Rich textures — visible brushstrokes and paint texture
- Deep colors — saturated, layered colors
- Classic composition — painterly composition
- Hand-crafted feel — looks like a real painting, not a filter
- Museum-quality — gallery-worthy result
How to generate an oil painting
1. Visit the Oil Painting tool
2. Upload your photo
3. Click "Generate"
4. Download your oil painting
Tips for best results
- Landscapes work great — nature scenes get the best treatment
- Portraits too — people get a classic portrait look
- Good lighting — well-lit photos produce better results
- Simple compositions — less clutter means a cleaner painting
- Generate multiple times — each painting is unique
Using the CLI
curl -fsSL https://crevisto.com/install.sh | sh
crevisto trial
crevisto generate oil-painting --input photo=./landscape.jpg --output ./painting.webp
Batch processing
for photo in ./photos/*.jpg; do
crevisto generate oil-painting --input photo="$photo" --output "./paintings/$(basename "$photo" .jpg).webp"
done
Use cases
- Wall art — create paintings for your home or office
- Gifts — personalized oil paintings for loved ones
- Social media — shareable, artistic content
- Concept art — painterly concept art for projects
- Book covers — oil painting covers for books
- Album art — painterly covers for music
Try it free
5 free credits, no credit card required. Visit crevisto.com to get started.
Links: Web app · All 100 tools · CLI docs · GitHub