This RIP Integrations allows Custom Gateway to utilise ColorGATE to RIP your artwork files in advance in the cloud and have the ready for printing in our Floor module.
The ColorGATE RIP Integration was updated in May of 2022 to increase global download levels which as an enhancement allow quicker downloads for customers on a global level.
The RIP integration is configured on a Production Centre company and points to a cloud based instance of ColorGATE set up by Custom Gateway.
When you create Job Template under a Production Centre with the ColorGATE RIP Integration enabled on it you will be able to configure the RIP settings applied when jobs on that template are processed. These settings are
- Queue Name
- MIM Media
- MIM Ink
- MIM Metamode
Please note that you can set the pallet name against the job template to make it easier when sending jobs to the correct pallets.
These items must be configured in advance and set up on the ColorGATE cloud instance through print testing to ensure quality and accuracy.
Jobs being processed through this integration will follow these initial status'
- Filling
- Pending Generation
- Pending RIP
- Sent to RIP
- Pending Production
API Orders
Sending API orders into the platform to be produced using the ColorGATE RIP integration allows some additional fields to be set where needed. These are most commonly used when sending in external artwork such as Vector PDF that the platform needs to not further process to maintain spot colours.
These supported fields are
- Rotation
- JobOffsetX
- JobOffsetY
- ColorMimMedia
- ColorMimInk
- ColorMimMetamode
- PrinterMediaSizeName
- DriverSprayAmount
- DriverMediaThickness
- DriverPrintHeight
Each would be prefixed with :PS_RIP $AREA_NAME so would be
:PS_RIP Front JobOffsetX
(for the Front print area)
NOTE - print area name is case sensitive
Quick example JSON item object is below for a type 7 item
Please note, the integration has been enhanced to be able to deal with multiple quantities so more than one can now be sent through within the JSON.
{
"sku": "IP4",
"external_ref": "TEST-0001-07",
"description": "iPhone 4",
"quantity": 1,
"type": 7,
"external_urls": [
{
"name": "Front",
"fullsize": "http://www.gateway3d.com/wp-content/uploads/2016/10/Custom-Gateway-250-x-56.png",
"thumbnail": "http://www.gateway3d.com/wp-content/uploads/2016/10/Custom-Gateway-250-x-56.png"
},
{
"name": "Back",
"fullsize": "http://www.gateway3d.com/wp-content/uploads/2016/10/Custom-Gateway-250-x-56.png",
"thumbnail": "http://www.gateway3d.com/wp-content/uploads/2016/10/Custom-Gateway-250-x-56.png"
}
"attributes": [
{
"name": ":PS_RIP Front JobOffsetX",
"value": "0",
},
{
"name": ":PS_RIP Back JobOffsetX",
"value": "0",
},
]
}
Note: We will shortly add support also for "JobAlignX" and "JobAlignY" in this same way.