Imageprocessingsoftware
Graphics or photo imaging software
Extends: Technology
Image processing software
Graphics or photo imaging software
Overview
Category: Graphics or photo imaging software
Graphics or photo imaging software
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 17-1021.00
- SOC Code: 17-3029.08
- SOC Code: 19-2099.01
- SOC Code: 29-1124.00
- SOC Code: 45-2011.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Image processing software',
category: 'Graphics or photo imaging software',
description: 'Graphics or photo imaging software',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Image processing software",
"applicationCategory": "Graphics or photo imaging software",
"description": "Graphics or photo imaging software"
}