Skip to content

add QImage support and extend QQuickImageProvider implementation#129

Open
svitoos wants to merge 5 commits intofilcuc:masterfrom
svitoos:qimage
Open

add QImage support and extend QQuickImageProvider implementation#129
svitoos wants to merge 5 commits intofilcuc:masterfrom
svitoos:qimage

Conversation

@svitoos
Copy link

@svitoos svitoos commented Apr 7, 2025

  • added QImage wrapper
  • added the callback data parameter to the provider's create function.
  • dos_qquickimageprovider_create replaced by dos_qquickimageprovider_create_qimage/qpixmap
  • RequestPixmapCallback replaced by DosRequestPixmapCallback and DosRequestImageCallback

svitoos added 3 commits April 7, 2025 20:53
* Added QImage support
* Added the callback data parameter to the provider's create function.

API breaking changes:
* removed dos_qquickimageprovider_create and RequestPixmapCallback
@filcuc
Copy link
Owner

filcuc commented Apr 8, 2025

I dunno if we can break the api maybe we can keep both apis in place and mark the previous one as deprecated

@svitoos
Copy link
Author

svitoos commented Apr 8, 2025

I restored dos_qquickimageprovider_create and RequestPixmapCallback and marked them as deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants