Conversion Formats

Convert CSV to RGBO

Convert Comma-Separated Values to Raw red, green, blue, and opacity samples

Comma-Separated Values
Document Read Write
Is a text format used for representing tabular data. Each file line is located on a separate line in the table. The values of the columns are separated by a delimiter, most often a comma. However, other symbols can be used as delimiters as well.
Raw red, green, blue, and opacity samples
Image Read Write
Format for representing colors in the three primary colors (red, green and blue), each of which has 255 gradations. In contrast to the standard RGB, it allows you to change the transparency of the entire image using the opacity parameter. It is less flexible in terms of transparency settings than RGBA.
Supported: Conversion from CSV to RGBO is listed.

View CSV details View RGBO details ← Back to all formats