• Welcome to Vampyre Imaging Library Forum. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - hanoglu

1
What is wrong with saving transparent PNG to JPEG. There is two images atteched, you will see the problem.

var
  FImage: TMultiImage;
begin
  FImage: TMultiImage.Create;
  FImage.LoadMultiFromFile('c:\2.png');
  FImage.ActiveImage := 0;
  FImage.SaveToFile('c:\a.jpeg);
  FImage.Free;
end;
SMF spam blocked by CleanTalk