Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22356f68c2e365e

Jump to content

Importer (computing)

From Wikipedia, the free encyclopedia

An importer is a software application that reads in a data file or metadata information in one format and converts it to another format via special algorithms (such as filters). An importer often is not an entire program by itself, but an extension to another program, implemented as a plug-in. When implemented this way, the importer reads the data from the file and converts it into the hosting application's native format.[1]

For example, the data file for a 3D model may be written by a modeler, such as 3D Studio Max. A game developer may then want to use that model in their game's editor. An importer, part of the editor, may read in the 3D Studio Max model and convert it to the game's native format for game levels.

Importers are important tools in the video game industry. An exporter is a plug-in or application that does the converse of an importer.

See also

[edit]

References

[edit]
  1. "Import Definition". PCMag. Retrieved 2024-03-09.