import { decodeChunks, extractChunks } from "https://deno.land/x/rough_iptc/mod.ts"
const data = await Deno.readFile("path/to/image.png")
const chunks = extractChunks(data)
const decodedChunks = chunks.map((chunk) => decodeChunks(chunk))
console.log(decodedChunks)
-
Notifications
You must be signed in to change notification settings - Fork 0
License
AI-Creators-Society/rough_iptc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published