Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Форум: "Media";
Текущий архив: 2003.01.23;
Скачать: [xml.tar.bz2];

Вниз

графика   Найти похожие ветки 

 
Bender   (2002-10-07 22:10) [0]

Плизз, хэлп!!!
Надо преобразовать формат *.psd (Photoshop) в *.bmp, или
хотя бы библиотеку для работы с psd-форматом в Delphi 6.0.


 
Dmk   (2002-10-07 22:36) [1]

Готовые библиотеки врядли кто подарит, но свою можешь написать если есть сильное желание. Тут много всяких форматов файлов. Есть и PSD.
http://www.wotsit.org/search.asp?page=7&s=graphics


 
MJH   (2002-10-08 01:59) [2]

а вот не нада ляля...библа где-то такая есть, даже у меня. причем сырцы на делфе.


 
a_n_t   (2002-10-08 03:17) [3]

To MJH:
Где взять, не скажешь?


 
MJH   (2002-10-08 11:55) [4]

GraphicEx
Freeware for non-commercial use, license required for commercial use

(c) Dipl. Ing. Mike Lischke
eMail: public@lischke-online.de (general support)
shareware@lischke-online.de (registered users)
URL: www.lischke-online.de


// (c) Copyright 1999, 2000 Dipl. Ing. Mike Lischke (public@lischke-online.de). All rights reserved.
//
// This package is freeware for non-commercial use only.
// Contact author for licenses (shareware@lischke-online.de) and see License.txt which comes with the package.
//
// GraphicEx -
// This unit is an addendum to Graphics.pas, in order to enable your application
// to import many common graphic files.
//
// Currently supported image file types are:
// - TIFF images (*.tif; *.tiff), base line implementation, 8 and 16 bits per channel
// + byte order: little endian, big endian
// + color spaces:
// + B&W (uncompressed, packed bits)
// + 256 colors with palette (uncompressed, LZW, packed bits)
// + 4, 8 and 16 bit gray scale (uncompressed, LZW, packed bits)
// + CMYK (uncompressed, LZW)
// + L*a*b* (uncompressed, LZW)
// + RGB (uncompressed, LZW)
// + RGBA (uncompressed, LZW)
// - SGI images (*.bw, *.rgb, *.rgba, *.sgi), 8 and 16 bit per channel
// + byte order: big endian
// + color spaces: B&W, 8 bit grayscale, RGB, RGBA (uncompressed, RLE)
// - Autodesk images (*.cel, *.pic)
// + color spaces: 256 colors (uncompressed)
// - Truevision images (*.tga; *.vst; *.icb; *.vda; *.win) write support included
// + color spaces: B&W, 256 colors, RGB, RGBA (uncompressed, RLE)
// - ZSoft Paintbrush images (*.pcx, *.pcc)
// + color spaces:
// + 1, 2, 4 and 8 bits indexed color and gray scale (uncompressed, RLE)
// + special format 4 planes of 1 bit size (uncompressed, RLE)
// + 24 bit BGR (uncompressed, RLE)
// - Word 5.x screen capture files (*.scr)
// + color spaces: same as PCX
// - Kodak Photo-CD images (*.pcd)
// + sizes: Base16, Base4, Base
// + orientations: landscape, portrait
// + flipped, not flipped
// - Portable pixel/gray map images (*.ppm, *.pgm, *.pbm)
// + color spaces: B&W, gray scale, RGB (uncompressed)
// + ASCII and Binary format
// - Dr. Halo images (*.cut, *.pal)
// + color spaces: 256 colors (RLE)
// + external palette file (*.pal) is automatically loaded when specified while doing LoadFromStream
// or when loading the image via LoadFromFile
// - CompuServe images (*.gif)
// + color spaces: B&W, 16 colors, 256 colors (LZW)
// + interlaced, non-interlaced
// - SGI Wavefront images (*.rla, *.rpf)
// + color spaces: RGB(A) (RLE)
// - Windows bitmaps (*.rle, *.dib)
// these images are just different named *.bmp files
// - Photoshop images (*.psd, *.pdd)
// + byte order: big endian
// + sample size: 1, 8 and 16 bits
// + color spaces: B&W, 256 colors, RGB, CMYK, CIE L*a*b*, duo tone, multi channel (uncompressed, packed bits)
// - Paintshop Pro images (*.psp)
// + byte order: little endian
// + sample size: 1, 4 and 8 bits
// + color spaces: B&W, 16 colors, 256 colors, grayscale and RGB (uncompressed, LZ77)
// - Portable network graphic images (*.png) base line implementation
// + byte order: big endian
// + sample size: 1, 2, 4, 8 and 16 bits
// + color spaces: 2, 4, 8, 16 and 256 colors, grayscale (alpha is ignored) and RGB(A) (LZ77)
// + interlaced and non-interlaced
// + loaded chunks: IHDR, IDAT, IEND, PLTE, gAMA, tRNS, bKGD
// + transparency is partially supported (RGBA in pf32Bit)
//
// Additionally, there is a resample routine based on code from
// Anders Melander ( http://www.melander.dk/delphi/resampler/index.html).
//
// version - 8.7



 
Владимир Васильев   (2002-10-08 12:23) [5]

GraphicEx не вытаскивает слои


 
MJH   (2002-10-08 17:22) [6]

2Владимир Васильев
даже АсиДиси их не вытаскивает



Страницы: 1 вся ветка

Форум: "Media";
Текущий архив: 2003.01.23;
Скачать: [xml.tar.bz2];

Наверх




Память: 0.46 MB
Время: 0.009 c
14-72527
fgranit
2003-01-07 14:44
2003.01.23
Помогите запустить программу с таблицей PARADOX на другом компе


1-72396
MV-GROB
2003-01-13 12:10
2003.01.23
Не хочет работать COM DLL


3-72155
Dolton
2003-01-04 09:48
2003.01.23
Обращение к базе данных по сети нескольких пользователей


14-72460
Nick_N_A
2003-01-05 07:10
2003.01.23
Рисовалка ? ? ?


1-72303
badaxe
2003-01-15 15:37
2003.01.23
Проблема с random





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский