Skip to content

bmp格式图片保存 #47

@duSupport

Description

@duSupport

bmp格式图片保存,在 node-pixels 第 97行和98行

  var bmpData = bmp.getData()
  var nshape = [ bmpData.getHeight(), bmpData.getWidth(), 4 ]

bmpData.getHeight() -> bmp.getHeight()
bmpData.getWidth() -> bmp.getWidth()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions