المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : كيف نستعل هذا الملف dll في خصائص الصور


عبد الهادي بهاب
21-04-2018, 12:47 PM
السلام عليكم ورحمة الله وبركاته
هذا ملف dll خاص بادخال تغييرات على الصورة و تحويل تعديلات و تغييرها من صيغة الى اخرى

هاهو الملف و استعماله في برامج مثال :

Invoke from VB // Invoke from C++ // Invoke from Delphi


رابط التحميل :

http://www.adeoimaging.com/imageconverter.php


هل يمكن استغلاله من اجل تدوير الصور او دمج الصور في صور متحركة


بالتوفيق

عبود عبود
23-04-2018, 02:42 PM
هذا الملف المشار إليه للتحويل بين صيغ الصور ...... كما أن الملف سيكون بالنسخة الديمو " تجريبية "

عبد الهادي بهاب
23-04-2018, 05:01 PM
هذا الملف المشار إليه للتحويل بين صيغ الصور ...... كما أن الملف سيكون بالنسخة الديمو " تجريبية "

السلام عليكم ورحمة الله وبركاته
صحيح ..لكن لفت انتباهي بعض التفصيلات مثلا
------------------------
DLL file contains a single function:

ConvertImage(FN1: PCHAR; FN2:PCHAR; NewWidth:integer; NewHeight:integer; Rotation:integer; Photometry:integer; Compression:integer; Page:integer);

FN1 - source filename with full path;
FN2 - destination filename with full path;
NewWidth, NewHeight - new image dimensions for resizing. To skip resizing set both parameters to 0. To resize maintaining aspect ratio: parameter NewWidth must be set to the longest side of the new image (width or height), and the parameter NewHeight should be set to 0.
Rotation: 0-skip rotation; 1-rotate left; 2-rotate right; 3-rotate 180 degrees; 4-automatic rotation according to EXIF_orientation tag (for JPEG or TIFF only). After rotation is finished, the value of EXIF_orientation tag (if it exists) will be reset to 0.
Photometry, Compression - these options are effective, if destination format is JPEG, JPEG2000 or TIFF.
Page - this option is effective, if multipage TIFF file is specified as source file. It can be used to specify the page to be converted. If Page=0 then all pages of multipage TIFF will be converted to set of files. For multipage TIFF files a string "-page-X" will be added to output filenames automatically. Say, when converting a multipage TIFF file "test.tiff" to "test.jpg" a set of files "test-page-1.jpg", "test-page-2.jpg" etc... will be created.-------------------

يعني ممكن استفلال الجزئية من اجل التدوير

--------------------
ثم هل ممكن من خلال استعمال خاصية التقاط الصور CAPTURE نلتقط الصور في 10 اجزاء من الثانية .......للشاشة ثم باستعمال ملف DLL معين و مكن الملف المشار اليه سابقا نمدج الصور في صورة متحركة GIF

--------------------------
و بالتالي يمكن استعمال الاوتوبلاي كبرنامج للشرح و التقاط صورة متحركة لشاشة ؟؟

مجدر افكار ؟؟؟؟؟؟؟

عبود عبود
23-04-2018, 11:00 PM
إن شاء الله أقرأ هذا الموضوع مرة أخرى بعد يومين " ظروف عملى الخاص " لنرى التفاصيل

عبد الهادي بهاب
23-04-2018, 11:47 PM
إن شاء الله أقرأ هذا الموضوع مرة أخرى بعد يومين " ظروف عملى الخاص " لنرى التفاصيل

شكرا على الاهتمام ........ خذ وقتك و اعانكم الله في عملكم