Skip to content

Image service has bugs, visual problems, and missing icons #1448

@SentientTurtle

Description

@SentientTurtle

The Image Service has some problems:

Bugs:

  • The tech-tier corner icons are wrong on certain types.
  • Reaction Formulae types use the 'blueprint' background instead of the 'reaction' background
    • Example: 'Thermosetting Polymer Reaction Formula' typeID 57494 (https://images.evetech.net/types/57494/bp?size=64)
    • Image Service: Image In-game: Image
    • Possible cause: Reactions appear to use the same logic as blueprints; They are routed under /bp/ image variation.

Visual problems:

  • Alpha layer is "premultiplied". The PNG specification requires the alpha to be not-premultiplied, which results in the images being composited incorrectedly when used.
  • Blueprints for Ships, Drones, and other "3D Model"/rendered icons have stronger blueprint overlay effect:
    • Example: 'Badger Blueprint' typeID 983 (https://images.evetech.net/types/983/bp?size=64)
    • Image Service: Image In-game: Image (Stronger "hologram" effect and blue tint on the image service version)
    • Possible cause: Blueprint icons for "render"/graphic types are 'pre-baked' in the game files. Perhaps the overlay is applied twice? (One when "baked", once by the image service; Doing this manually re-creates the effect shown by the image service.)

Missing icons:

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions