UNPKG

@cf-wasm/photon

Version:

Photon library for Cloudflare workers, Next.js and Node.js.

311 lines (4 loc) 8.86 kB
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); var _chunk3Z6ABPDLcjs = require('./chunk-3Z6ABPDL.cjs'); exports.PhotonImage = _chunk3Z6ABPDLcjs.PhotonImage; exports.Rgb = _chunk3Z6ABPDLcjs.Rgb; exports.Rgba = _chunk3Z6ABPDLcjs.Rgba; exports.SamplingFilter = _chunk3Z6ABPDLcjs.SamplingFilter; exports.add_noise_rand = _chunk3Z6ABPDLcjs.add_noise_rand; exports.adjust_brightness = _chunk3Z6ABPDLcjs.adjust_brightness; exports.adjust_contrast = _chunk3Z6ABPDLcjs.adjust_contrast; exports.alter_blue_channel = _chunk3Z6ABPDLcjs.alter_blue_channel; exports.alter_channel = _chunk3Z6ABPDLcjs.alter_channel; exports.alter_channels = _chunk3Z6ABPDLcjs.alter_channels; exports.alter_green_channel = _chunk3Z6ABPDLcjs.alter_green_channel; exports.alter_red_channel = _chunk3Z6ABPDLcjs.alter_red_channel; exports.alter_two_channels = _chunk3Z6ABPDLcjs.alter_two_channels; exports.apply_gradient = _chunk3Z6ABPDLcjs.apply_gradient; exports.b_grayscale = _chunk3Z6ABPDLcjs.b_grayscale; exports.base64_to_image = _chunk3Z6ABPDLcjs.base64_to_image; exports.base64_to_vec = _chunk3Z6ABPDLcjs.base64_to_vec; exports.blend = _chunk3Z6ABPDLcjs.blend; exports.box_blur = _chunk3Z6ABPDLcjs.box_blur; exports.cali = _chunk3Z6ABPDLcjs.cali; exports.color_horizontal_strips = _chunk3Z6ABPDLcjs.color_horizontal_strips; exports.color_vertical_strips = _chunk3Z6ABPDLcjs.color_vertical_strips; exports.colorize = _chunk3Z6ABPDLcjs.colorize; exports.create_gradient = _chunk3Z6ABPDLcjs.create_gradient; exports.crop = _chunk3Z6ABPDLcjs.crop; exports.crop_img_browser = _chunk3Z6ABPDLcjs.crop_img_browser; exports.darken_hsl = _chunk3Z6ABPDLcjs.darken_hsl; exports.darken_hsluv = _chunk3Z6ABPDLcjs.darken_hsluv; exports.darken_hsv = _chunk3Z6ABPDLcjs.darken_hsv; exports.darken_lch = _chunk3Z6ABPDLcjs.darken_lch; exports.dec_brightness = _chunk3Z6ABPDLcjs.dec_brightness; exports.decompose_max = _chunk3Z6ABPDLcjs.decompose_max; exports.decompose_min = _chunk3Z6ABPDLcjs.decompose_min; exports.desaturate = _chunk3Z6ABPDLcjs.desaturate; exports.desaturate_hsl = _chunk3Z6ABPDLcjs.desaturate_hsl; exports.desaturate_hsluv = _chunk3Z6ABPDLcjs.desaturate_hsluv; exports.desaturate_hsv = _chunk3Z6ABPDLcjs.desaturate_hsv; exports.desaturate_lch = _chunk3Z6ABPDLcjs.desaturate_lch; exports.detect_135_deg_lines = _chunk3Z6ABPDLcjs.detect_135_deg_lines; exports.detect_45_deg_lines = _chunk3Z6ABPDLcjs.detect_45_deg_lines; exports.detect_horizontal_lines = _chunk3Z6ABPDLcjs.detect_horizontal_lines; exports.detect_vertical_lines = _chunk3Z6ABPDLcjs.detect_vertical_lines; exports.dither = _chunk3Z6ABPDLcjs.dither; exports.dramatic = _chunk3Z6ABPDLcjs.dramatic; exports.draw_text = _chunk3Z6ABPDLcjs.draw_text; exports.draw_text_with_border = _chunk3Z6ABPDLcjs.draw_text_with_border; exports.duotone = _chunk3Z6ABPDLcjs.duotone; exports.duotone_horizon = _chunk3Z6ABPDLcjs.duotone_horizon; exports.duotone_lilac = _chunk3Z6ABPDLcjs.duotone_lilac; exports.duotone_ochre = _chunk3Z6ABPDLcjs.duotone_ochre; exports.duotone_tint = _chunk3Z6ABPDLcjs.duotone_tint; exports.duotone_violette = _chunk3Z6ABPDLcjs.duotone_violette; exports.edge_detection = _chunk3Z6ABPDLcjs.edge_detection; exports.edge_one = _chunk3Z6ABPDLcjs.edge_one; exports.emboss = _chunk3Z6ABPDLcjs.emboss; exports.filter = _chunk3Z6ABPDLcjs.filter; exports.firenze = _chunk3Z6ABPDLcjs.firenze; exports.fliph = _chunk3Z6ABPDLcjs.fliph; exports.flipv = _chunk3Z6ABPDLcjs.flipv; exports.frosted_glass = _chunk3Z6ABPDLcjs.frosted_glass; exports.g_grayscale = _chunk3Z6ABPDLcjs.g_grayscale; exports.gamma_correction = _chunk3Z6ABPDLcjs.gamma_correction; exports.gaussian_blur = _chunk3Z6ABPDLcjs.gaussian_blur; exports.get_image_data = _chunk3Z6ABPDLcjs.get_image_data; exports.golden = _chunk3Z6ABPDLcjs.golden; exports.grayscale = _chunk3Z6ABPDLcjs.grayscale; exports.grayscale_human_corrected = _chunk3Z6ABPDLcjs.grayscale_human_corrected; exports.grayscale_shades = _chunk3Z6ABPDLcjs.grayscale_shades; exports.halftone = _chunk3Z6ABPDLcjs.halftone; exports.horizontal_strips = _chunk3Z6ABPDLcjs.horizontal_strips; exports.hsl = _chunk3Z6ABPDLcjs.hsl; exports.hsluv = _chunk3Z6ABPDLcjs.hsluv; exports.hsv = _chunk3Z6ABPDLcjs.hsv; exports.hue_rotate_hsl = _chunk3Z6ABPDLcjs.hue_rotate_hsl; exports.hue_rotate_hsluv = _chunk3Z6ABPDLcjs.hue_rotate_hsluv; exports.hue_rotate_hsv = _chunk3Z6ABPDLcjs.hue_rotate_hsv; exports.hue_rotate_lch = _chunk3Z6ABPDLcjs.hue_rotate_lch; exports.identity = _chunk3Z6ABPDLcjs.identity; exports.inc_brightness = _chunk3Z6ABPDLcjs.inc_brightness; exports.initPhoton = _chunk3Z6ABPDLcjs.initPhoton; exports.invert = _chunk3Z6ABPDLcjs.invert; exports.laplace = _chunk3Z6ABPDLcjs.laplace; exports.lch = _chunk3Z6ABPDLcjs.lch; exports.lighten_hsl = _chunk3Z6ABPDLcjs.lighten_hsl; exports.lighten_hsluv = _chunk3Z6ABPDLcjs.lighten_hsluv; exports.lighten_hsv = _chunk3Z6ABPDLcjs.lighten_hsv; exports.lighten_lch = _chunk3Z6ABPDLcjs.lighten_lch; exports.lix = _chunk3Z6ABPDLcjs.lix; exports.lofi = _chunk3Z6ABPDLcjs.lofi; exports.mix_with_colour = _chunk3Z6ABPDLcjs.mix_with_colour; exports.monochrome = _chunk3Z6ABPDLcjs.monochrome; exports.monochrome_tint = _chunk3Z6ABPDLcjs.monochrome_tint; exports.multiple_offsets = _chunk3Z6ABPDLcjs.multiple_offsets; exports.neue = _chunk3Z6ABPDLcjs.neue; exports.noise_reduction = _chunk3Z6ABPDLcjs.noise_reduction; exports.normalize = _chunk3Z6ABPDLcjs.normalize; exports.obsidian = _chunk3Z6ABPDLcjs.obsidian; exports.offset = _chunk3Z6ABPDLcjs.offset; exports.offset_blue = _chunk3Z6ABPDLcjs.offset_blue; exports.offset_green = _chunk3Z6ABPDLcjs.offset_green; exports.offset_red = _chunk3Z6ABPDLcjs.offset_red; exports.oil = _chunk3Z6ABPDLcjs.oil; exports.open_image = _chunk3Z6ABPDLcjs.open_image; exports.padding_bottom = _chunk3Z6ABPDLcjs.padding_bottom; exports.padding_left = _chunk3Z6ABPDLcjs.padding_left; exports.padding_right = _chunk3Z6ABPDLcjs.padding_right; exports.padding_top = _chunk3Z6ABPDLcjs.padding_top; exports.padding_uniform = _chunk3Z6ABPDLcjs.padding_uniform; exports.pastel_pink = _chunk3Z6ABPDLcjs.pastel_pink; exports.pink_noise = _chunk3Z6ABPDLcjs.pink_noise; exports.pixelize = _chunk3Z6ABPDLcjs.pixelize; exports.prewitt_horizontal = _chunk3Z6ABPDLcjs.prewitt_horizontal; exports.primary = _chunk3Z6ABPDLcjs.primary; exports.putImageData = _chunk3Z6ABPDLcjs.putImageData; exports.r_grayscale = _chunk3Z6ABPDLcjs.r_grayscale; exports.remove_blue_channel = _chunk3Z6ABPDLcjs.remove_blue_channel; exports.remove_channel = _chunk3Z6ABPDLcjs.remove_channel; exports.remove_green_channel = _chunk3Z6ABPDLcjs.remove_green_channel; exports.remove_red_channel = _chunk3Z6ABPDLcjs.remove_red_channel; exports.resample = _chunk3Z6ABPDLcjs.resample; exports.resize = _chunk3Z6ABPDLcjs.resize; exports.resize_img_browser = _chunk3Z6ABPDLcjs.resize_img_browser; exports.rotate = _chunk3Z6ABPDLcjs.rotate; exports.run = _chunk3Z6ABPDLcjs.run; exports.ryo = _chunk3Z6ABPDLcjs.ryo; exports.saturate_hsl = _chunk3Z6ABPDLcjs.saturate_hsl; exports.saturate_hsluv = _chunk3Z6ABPDLcjs.saturate_hsluv; exports.saturate_hsv = _chunk3Z6ABPDLcjs.saturate_hsv; exports.saturate_lch = _chunk3Z6ABPDLcjs.saturate_lch; exports.seam_carve = _chunk3Z6ABPDLcjs.seam_carve; exports.selective_color_convert = _chunk3Z6ABPDLcjs.selective_color_convert; exports.selective_desaturate = _chunk3Z6ABPDLcjs.selective_desaturate; exports.selective_greyscale = _chunk3Z6ABPDLcjs.selective_greyscale; exports.selective_hue_rotate = _chunk3Z6ABPDLcjs.selective_hue_rotate; exports.selective_lighten = _chunk3Z6ABPDLcjs.selective_lighten; exports.selective_saturate = _chunk3Z6ABPDLcjs.selective_saturate; exports.sepia = _chunk3Z6ABPDLcjs.sepia; exports.sharpen = _chunk3Z6ABPDLcjs.sharpen; exports.shearx = _chunk3Z6ABPDLcjs.shearx; exports.sheary = _chunk3Z6ABPDLcjs.sheary; exports.single_channel_grayscale = _chunk3Z6ABPDLcjs.single_channel_grayscale; exports.sobel_global = _chunk3Z6ABPDLcjs.sobel_global; exports.sobel_horizontal = _chunk3Z6ABPDLcjs.sobel_horizontal; exports.sobel_vertical = _chunk3Z6ABPDLcjs.sobel_vertical; exports.solarize = _chunk3Z6ABPDLcjs.solarize; exports.solarize_retimg = _chunk3Z6ABPDLcjs.solarize_retimg; exports.swap_channels = _chunk3Z6ABPDLcjs.swap_channels; exports.threshold = _chunk3Z6ABPDLcjs.threshold; exports.tint = _chunk3Z6ABPDLcjs.tint; exports.to_image_data = _chunk3Z6ABPDLcjs.to_image_data; exports.to_raw_pixels = _chunk3Z6ABPDLcjs.to_raw_pixels; exports.vertical_strips = _chunk3Z6ABPDLcjs.vertical_strips; exports.watermark = _chunk3Z6ABPDLcjs.watermark; //# sourceMappingURL=others.cjs.map