Found 53 packages
photoshop file parser for .net
Asset Storage service is used to store Customer's Canvas assets and metadata.
Asset Processor service is used to manipulate Customer's Canvas assets, for example, generate preview images, manage metadata, and perform other similar tasks.
Rendering Service is used to produce print ready files for designs prepared with Customer's Canvas.
PsdSharp is a cross-platform .NET library for reading and rendering Photoshop PSD and PSB files, written entirely in managed C#.
Relm is a lightweight nuget package used to alter your images or byte arrays. Crop your image, change its size and type or compress them to save disk space.
Design Atoms API service is used by Customer's Canvas editors to manipulate and persist its object model.
PSD loader for .NET written entirely in managed C#
Extension package for PsdSharp for converting Photoshop image data to a BitMapSource for rendering in WPF.
A full featured Color picker Library for Android! Just like the one in Photoshop
Extension for PsdSharp to convert image data to a SkiaSharp SkBitmap.
Extension for PsdSharp to convert image data to an ImageSharp Image.
Extension package for PsdSharp that adds an Avalonia control for viewing PSD files.
Extension package for PsdSharp for converting Photoshop image data to a System.Drawing.Bitmap for rendering with GDI+ graphics libraries, WinForms etc.
This is a cross-platform version of GroupDocs.Conversion for .NET. GroupDocs.Conversion for .NET is a powerful and intuitive library used for documents conversion. Convert DOC to PDF, PDF to DOC, XLS to DOC, PPT to PDF and any other popular file formats with simple, intuitive and flexible API. For more details on the GroupDocs.Conversion for .NET API, please visit product website at: https://products.groupdocs.com/conversion/net Note: The library will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.
The GroupDocs.Conversion Cloud SDK for .NET has been developed to help you get started with using our document conversion REST API, allowing to seamlessly convert your documents to any format you need. With this single API, you can convert back and forth between over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images and many more.
A straightforward and lightweight library for reading metadata from image and video files. MetadataExtractor reads Exif, IPTC, XMP, ICC, Photoshop, WebP, PNG, BMP, GIF, ICO, PCX metadata from JPEG, TIFF WebP, PSD, PNG, BMP, GIF, ICO, PCX and camera RAW files. In addition, MOV and related QuickTime video formats such as MP4, M4V, 3G2, 3GP are supported. Camera manufacturer specific support exists for Agfa, Canon, Casio, Epson, Fujifilm, Kodak, Kyocera, Leica, Minolta, Nikon, Olympus, Panasonic, Pentax, Reconyx, Sanyo, Sigma/Foveon and Sony models.
App Farm service is used to manage Customer's Canvas custom application.
SharpImage is a professional image special effect and image composition class library for. NET(C#, VB). With it, you can quickly realize Photoshop filter effects and layer composition. 1. Built-in 50+ kinds of image special effect filters. (such as brightness, contrast, negative, image shadow, Gaussian blur, perspective, Polaroid, film, zoom, tilt, resize, reflect, relief, etc. more than 50 kinds). It works perfectly in any version of the. NET Framework2.0 or above. 2. Create a composite image. For example, adding watermarks to pictures, etc. Please note: 1. Before your program runs, please copy SGSupport.dll and SGSupport64.dll dll to the same directory as SharpImage.dll, otherwise it will not run normally. 2. For more information or download sample source code, please visit: http://sharpimage.zzsgzn.com/? nuget 3. For authorization, please send email: sales@zzsgzn.com, or contact QQ: 3535600244
This library allows applications built with .NET 2.0 and later to run 3rd party Adobe® Photoshop® compatible filters. Either 32-bit or 64-bit filters will be used depending on the processor architecture of the host process. For 32-bit hosts the C# compiler enables Data Execution Prevention for the process, as many filters are not compatible with it you should use editbin or a similar tool to clear the IMAGE_DLLCHARACTERISTICS_NX_COMPAT flag (see http://blogs.msdn.com/b/ed_maurer/archive/2007/12/14/nxcompat-and-the-c-compiler.aspx for more details). When using .NET 3.0 and later 8-bit and 16-bit Grayscale and RGB(A) images can be processed using WIC. The .NET 2.0 version uses GDIPlus which does not support 16-bit data and processes images as 32-bit ARGB. An example project demonstrating how the use the library is available as part of the source code on the project downloads page.