You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug report] Rendered exported image produced from iPhone with white background is not completely white after export. Its become smokey white. For example for pure white(FFFFFF), rendered export image is produced as smokey white(FAFAFA). This is only occuring in iOS-iPhone platforms.
#136
Open
m2ahmed-exergy opened this issue
Jun 3, 2024
· 1 comment
Version
1.5.0
Platforms
iOS
Device Model
iPhone 12 Pro Max
flutter info
How to reproduce?
var rootMergeContainer = ImageMergeOption(
canvasSize: Size(exportWidth.toDouble(), exportHeight.toDouble()),
format: OutputFormat.jpeg(80),
);
rootMergeContainer.addImage(MergeImageConfig(
image: MemoryImageSource(exportBG),
position: ImagePosition(
Offset(100,
200),
2200,
2200))));
Logs
No response
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: