[PR #10386] [MERGED] Comment fix: ImageData expecting image bytes (not base64 encoded) #23767

Closed
opened 2026-04-19 17:12:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10386
Author: @aduermael
Created: 4/24/2025
Status: Merged
Merged: 4/24/2025
Merged by: @jmorganca

Base: mainHead: patch-1


📝 Commits (1)

  • c9b7e24 Comment fix: ImageData expecting image bytes (not base64 encoded)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 api/types.go (+1 -1)

📄 Description

Referring to the comment, I tried to provide base64 encoded image data but it didn't work. It seems that ImageData actually expect raw image bytes.


🔄 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/10386 **Author:** [@aduermael](https://github.com/aduermael) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`c9b7e24`](https://github.com/ollama/ollama/commit/c9b7e245f320f7a2f38adb8e15a4cb196b72137c) Comment fix: ImageData expecting image bytes (not base64 encoded) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+1 -1) </details> ### 📄 Description Referring to the comment, I tried to provide base64 encoded image data but it didn't work. It seems that ImageData actually expect raw image bytes. --- <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-19 17:12:02 -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#23767