Skip to main content
Glama
types.d.ts511 B
declare module 'heic-convert' { interface ConvertOptions { buffer: Buffer; format: 'JPEG' | 'PNG'; quality?: number; } function convert(options: ConvertOptions): Promise<Buffer>; export = convert; } declare module 'to-ico' { function toIco(buffers: Buffer[]): Promise<Buffer>; export = toIco; } declare module 'psd' { interface PSDImage { toPng(): Buffer; } interface PSD { parse(): void; image: PSDImage; } export function fromFile(path: string): PSD; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickstar-2002/image-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server