1310 comments found.
Can you specify the size, location and color of a shape when added via pixie.getTool(‘shapes’).addBasicShape(‘rectangle’); ?
Also can you disable the rotation handle on the shape as well?
Hi,
You can’t specific configuration via “addBasicShape” call currently, but you can change it right after adding the object by using object list or active object API. This is the list of options.
Awesome, that works. Any way to remove the rotation handle?
“hasRotatingPoint: false” should work.
thanks
Is it possible to add a canvas of a particular size and layer an image over it to create a border around the image?
Hi,
It’s possible. You can use the built-in frame functionality as well for this.
Hello. Is that has GPL or MIT license? I want to use in a commercial product.
Thank you. Can i contact to you via email?
Hi… how to resolve this error (console)
ERROR TypeError: this.rootEl is null
Hi,
Please create a ticket regarding this on our support site and include your site url: https://support.vebto.com.
Thanks!
Pre purchase qusetuin Is there mobile app for this image editor?
Hi,
We’ve no native app for Pixie at the moment, but it is fully responsive and will work properly on mobile.
Will it works if I get app viewer script?
Can you clarify a bit please?
I want app like canva so iam interested in your product but you only have web app so iam asking if I get app viewer (switch any site to app view) will it works with it?
If you mean webview on mobile, then yes, it should work.
Hi there, this is very interesting and I’m planning to purchase. May I know will it crash if there are 2 users saving their edited image at the same time?
Hi,
No. Concurrent user count would not have any effect on performance of pixie.
I have purchased it and it works great. One question, users are only able to save PNG, is there any possibility to add in a PDF format? Best is AI file, and I wish that the objects can be layered if they use it in AI.
Currently you can save in jpg, png or json format, support for other formats would require custom modifications.
I tried adding in a new sample image, but I couldn’t find the file which has “ui.openImageDialog.sampleImages” coding.
its alright, I found it. Thanks.
If you are providing modification jobs, how should I reach you? I found a little bug in FONTS part which I need your assistance too.
We’re not taking on custom work at the moment unfortunately.
But if you encounter any bugs, please create a ticket regarding it on our support site: https://support.vebto.com.
Thanks!
Noted with thanks, I have submitted a new ticket regarding ICONS error which I have spent 3 hours on it. Hope to hear from you soon.
Everything ok, found the answer in the guide
Before buying I wanted to ask if it is possible to add more frames and stickers?
Hi,
Yes. more stickers and frames can be added.
Hi vebto ! Have any plans to add photo collage maker in it ?
Hi,
We’ve no plans for it currently.
Hello,
Quick question.
Will it ever be possible to remove backgrounds or make them transparent?
To change the size of the drawing area without changing the size of the image.
Save in different formats like .png transparent or gif. Or convert jpg to png or gif.
HTML to image would also be a great extension. Convert web pages in HTML to JPG or SVG. To do this, highlight and copy the URL of the desired web page and convert it to an image with one click.
And very important in my opinion. Choose the compression of images when saving them. Compress images without loss of quality. Reduce the file size of your images in one step.
Anything goes with this image editing programme, for example: https://ezgif.com/optimizeGreetings
Hi,
You can already set the format and compression for image when saving, either via configuration or by allowing user to select it.
As for other features, we’ve no ETA for them currently.
hi, interested in product, just some quick question before purchase,
Is it possible to open pixie editor on button/Image click, which will open the editor for that particular image/Image Template only? Means first we select the image & than editor will open
I’m creating states to load. I’m editing the json and would like to change the name of my image objects so they are more descriptive than “image” and “MainImage”. I see “name” in the json: name“} but when I change it, the text no longer shows and there’s a javascript error about a missing icon.
Hi,
Those names can’t changed currently as they are used internally, but I’ll see if we can add display name option with next update.
can user upload an images and show to layer that already state by admin ?
Hi,
Can you clarify a bit please?
can user upload the images and arrage it into the background images
Can you save the image programatically? I tried pixie.export() and it says there’s so such function
I mean, can I tell pixie to save the file without clicking the button? I want to call the save function programmatically, like pixie.save()
You can use “pixie.get(‘export’).export()” this would be the same as clicking on “save” button.
Thanks
I’m opening an image in the editor via pixie.openEditorWithImage(image,true); I’m then saving the image to a server via: onSave: function(data, name) { pixie.http().post(‘http://your-site-url.com', {name: name, data: data}) }, I want to overwrite the original file. How do pass the original file name in with the open command so I keep the original file name when saving. The images will be different so I can’t pre-define the name in the Export options.
Hello, we are trying to implement this into a php script where I can open an image from my storage there (this part we already managed to do) and now we are struggling to save the image. We even booked an external developer and this is what he said:
„I cannot save image directly because it is not image uploader, it is image design tool and image tools only allow to download image after designing, in my opinion for me its a drawback of this tool, after designing image you need to upload downloaded image manually.“
Is this true? Can‘t you setup your builder to be connected so you press „Save“ and it will be stored on the server inside my php library?
Hi,
You can send image data to some url on your server, but actually saving it would be up to your server or php application.
Hello, dear I need MEME creator website, where users can create their accounts, create memes Anyone can create meme and share meme on social media.
Where i can add editors and admin (Via admin panel) You can take idea from : www. kapwing.com/studio/editor
One news section (So i and my editors can publish MEME related news and photo and post)
1. PHP latest version 2. Admin panel 3. Same function as www. kapwing.com/studio/editor but design little bit different 4. I can place ads (Sidebar, header)
In the future, I will hire you again because (If I satisfy with ur work) i have to need more function 6 months later.
Please let me know the total cost. Thank you.
Hi,
We’re not taking on custom work at the moment unfortunately.
Check that script, It is using old version of Pixie https://codecanyon.net/item/photoxo-photo-effects-photo-editor-in-php/29846112
Hi,
Thanks for letting us know, it should be removed now.
1Auto background 2 video makeing is in your timeline ?
Auto background removing ?
Hi,
We’ve no plans for video currently, but background removal should be available with one of the future updates.
Re the request above byjmascid:also the ability to do the reverse, ie. keep the cut out element and drop the rest.Like cropping, but with the ability to cut by some mask (svg, clip-path, custom image). Addionally instead of making cut our elements transparent, it could be replaced with user-selectable color, background pattern, or even another image (layer). clip-path sources: https://css-tricks.com/clipping-masking-css/ and the clippy page linking from there…
ah and i should have mentioned css masks and mask-clip
Hi,
Pixie is based on html canvas so there’s no easy way to use css masks or clips, but we’re looking to add similar functionality with a future update.
ok, I wasn’t sure if canvas could use that css functionality.. I do know it has ctx.clip() and that svg paths can be used… and that masking via clip is possible… animated even https://codepen.io/njmcode/pen/XbdjQz
It’s definitely possible via canvas, I just meant that the specific css functionality would not be usable.