Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1.59 KB

File metadata and controls

56 lines (49 loc) · 1.59 KB

HkubePythonConvertByteArrayToImage

convert byte array into image (main.py) convert image to array (main-image-to-Bynary.py)

{
        "name": "convertimagetobinary",
        "cpu": 1,
        "gpu": 0,
        "mem": "256Mi",
        "minHotWorkers": 0,
        "options": {
            "binary": true,
            "debug": false,
            "pending": false
        },
        "gitRepository": {
            "gitKind": "github",
            "url": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git",
            "branchName": "master",
            "webUrl": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage",
            "cloneUrl": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git"
           
        },
        "env": "python",
        "entryPoint": "main-image-to-Bynary.py",
        "type": "Git"
      
 }
    
    ``` json
{
        "name": "convertbinarytoimage",
        "cpu": 1,
        "gpu": 0,
        "mem": "256Mi",
        "minHotWorkers": 0,
        "options": {
            "binary": true,
            "debug": false,
            "pending": false
        },
        "gitRepository": {
            "gitKind": "github",
            "url": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git",
            "branchName": "master",
            "webUrl": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage",
            "cloneUrl": "https://github.com/tamir321/HkubePythonConvertByteArrayToImage.git"
           
        },
        "env": "python",
        "entryPoint": "main.py",
        "type": "Git"
      
 }