[PR #324] [CLOSED] plugin/ppm: PPMRaster, parser fix #310

Closed
opened 2026-05-05 03:45:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/324
Author: @ismail-yilmaz
Created: 11/23/2025
Status: Closed

Base: masterHead: ppm


📝 Commits (4)

  • 048fe7e plugin/ppm: PPMRaster, parser fix
  • 5ff88e5 plugin/ppm: PPMRaster, final eof/error check.
  • 6662a4c plugin/ppm: Overflow check.
  • adcd978 plugin/ppm: PPMRaster, cosmetics

📊 Changes

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

View changed files

📝 uppsrc/plugin/ppm/ppm.cpp (+49 -19)

📄 Description

This PR addresses a parsing issue in the original plugin/ppm package, aligning its behavior with the official PPM specification.

Included Fixes

  • Properly skips all whitespace.
  • Correctly ignores all comment lines.

Please review


🔄 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/ultimatepp/ultimatepp/pull/324 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 11/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ppm` --- ### 📝 Commits (4) - [`048fe7e`](https://github.com/ultimatepp/ultimatepp/commit/048fe7ee917c42377dfb3b0eff8adc1e550a16b0) plugin/ppm: PPMRaster, parser fix - [`5ff88e5`](https://github.com/ultimatepp/ultimatepp/commit/5ff88e5ebd347763c2f1d0ef1e8f9271bc48c1c5) plugin/ppm: PPMRaster, final eof/error check. - [`6662a4c`](https://github.com/ultimatepp/ultimatepp/commit/6662a4cde89f2450a8f6191799d10573de9367e2) plugin/ppm: Overflow check. - [`adcd978`](https://github.com/ultimatepp/ultimatepp/commit/adcd978d393dce7ace5359dd4ce8abb4d8c232d6) plugin/ppm: PPMRaster, cosmetics ### 📊 Changes **1 file changed** (+49 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/plugin/ppm/ppm.cpp` (+49 -19) </details> ### 📄 Description This PR addresses a parsing issue in the original `plugin/ppm` package, aligning its behavior with the [official PPM specification](https://netpbm.sourceforge.net/doc/ppm.html). ### Included Fixes * Properly skips all whitespace. * Correctly ignores all comment lines. Please review --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:45:28 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#310
No description provided.