[PR #12973] [MERGED] feat: add support for WebP images in Ollama's app #39893

Closed
opened 2026-04-23 00:54:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12973
Author: @macarronesc
Created: 11/5/2025
Status: Merged
Merged: 11/6/2025
Merged by: @hoyyeva

Base: mainHead: main


📝 Commits (2)

  • bddfa21 feat: add support for WebP images in Ollama's app
  • a4a5369 refactor: remove GIF support from image validation tests and logging

📊 Changes

4 files changed (+100 additions, -3 deletions)

View changed files

📝 app/cmd/app/webview.go (+1 -1)
app/ui/app/src/utils/fileValidation.test.ts (+97 -0)
📝 app/ui/app/src/utils/fileValidation.ts (+1 -1)
📝 app/ui/ui.go (+1 -1)

📄 Description

This PR adds support for WebP format images within the Ollama application.

Fixes #12951

Screenshot

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12973 **Author:** [@macarronesc](https://github.com/macarronesc) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@hoyyeva](https://github.com/hoyyeva) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`bddfa21`](https://github.com/ollama/ollama/commit/bddfa2100f9b708c76c99167a180a05da5140e95) feat: add support for WebP images in Ollama's app - [`a4a5369`](https://github.com/ollama/ollama/commit/a4a53692f89decbfdbfbb44756507413e310c7c3) refactor: remove GIF support from image validation tests and logging ### 📊 Changes **4 files changed** (+100 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/cmd/app/webview.go` (+1 -1) ➕ `app/ui/app/src/utils/fileValidation.test.ts` (+97 -0) 📝 `app/ui/app/src/utils/fileValidation.ts` (+1 -1) 📝 `app/ui/ui.go` (+1 -1) </details> ### 📄 Description This PR adds support for WebP format images within the Ollama application. Fixes #12951 <img width="1440" height="808" alt="Screenshot" src="https://github.com/user-attachments/assets/e081d9de-4c94-49a8-a88f-4da233e85b24" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 00:54:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#39893