#11857 closed task (fixed)
Add support for HVIF to other platforms (Linux) that support our infrastructure
Reported by: | richienyhus | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | R1/beta2 |
Component: | - General | Version: | |
Keywords: | GCI | Cc: | scottmc |
Blocked By: | Blocking: | ||
Platform: | All |
Description
It would be nice to have HaikuDepot Server convert HVIF to png automatically without the manual process we now have.
We should look at coding a library to support HVIF on other platforms such as linux to do this and maybe try to get it included in imagemagick.
This might be a good idea for a Google Code-In task or those wanting to help Haiku but lacking C++ skills.
Change History (4)
comment:1 by , 10 years ago
Version: | R1/Development |
---|
comment:4 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Since our HVIF renderer currently uses AGG directly, we probably could make it run on Linux with very little effort. So C++ skills are required here.
If nobody else cares to, I can take a shot at it.