Skip to content

tamir321/HkubePythonConvertByteArrayToImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
      
 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages