Source bitmap recipe

Source bitmap recipe

The source_bitmap_info XML element describes the transparency status of the source bitmap.


XML structure

<source_bitmap_info        <!-- Root element: source bitmap information -->
        transparent="false"          <!-- Indicates whether the source bitmap contains transparent pixels -->
/>


Usage

The source_bitmap_info XML string is returned in the output of:

  1. api/bitmapArtPreview


Attribute

The transparent attribute indicates whether the input bitmap includes transparent pixels.
Values
Details
true
The image contains transparency โ€” e.g. PNG with alpha.
false
The image is fully opaque.


Remarksยท        

  1. This element is primarily used for reference or diagnostic purposes.
  2. It helps downstream systems or UIs determine whether background removal โ€” e.g. via remove_background โ€” is necessary or already handled.
  3. Only appears in output; not part of the request payload.