Code

Discussion on Pixie - Image Editor

Discussion on Pixie - Image Editor

By
Cart 3,620 sales

Vebto supports this item

Supported

1312 comments found.

hello can i monetize this website ?

Hi,

Yes, however you will need extended license if users will be charged in any way to access and use pixie.

no im talking about monetization with adsense for example

Yes, you can use adsense and other ad networks.

Hello,

I am interested in purchasing this item. So, i wanted to ask you, will you provide us the full source code so that we can customise it on our end and if so then what will be the final cost of this item?

Hi,

There’s no extra cost, full sourecode is already provided with every purchase.

Bonjour,

I am interested in purchasing this script for future client website development.

Quick question, I would like to know if I am able install it via the CSS & JavaScript Toolbox plugin: https://css-javascript-toolbox.com

I think it would be easy to do, but I wanted to check.

Merci, Kym

Hi,

I’m not familiar with that service so can’t say for certain, but there should not be any issues as pixie is added to the page the same way as other similar libraries.

Hello,

Is it possible to share the results in social media?

Thanks Claudia

Hi,

There’s no built in way to do it currently.

Hi, your editor is missing some core files so we can’t change it according to our requirements. I have already sent an email please reply to it asap.

Seems like those files got included from older versions indeed, they will be removed this next update. They are not used anymore though, so they should not prevent compiling, you can delete them if needed.

As for .scss files, those might be empty if a particular component does not have any styles, it’s not due to bad upload.

But again I had tried those functions are vital and called for the initial load please.. Because one of the files is started initially and returns certain values which are required to start the drawing interface. Above is the response from my developer. Could you please upload updated source or send me the files so I can continue with my development?

I have checked the source code on CodeCanyon and it complied properly.

If you have any issues, please create a ticket regarding this on our support site and include a screenshot of error you are receiving, otherwise it’s impossible for me to say what is causing it exactly: https://support.vebto.com.

Thanks!

buenas tardes amigo estuve leyendo la documentación y quiero saber si al comprarlo podrán assistirme para guardar mi imagen en el server en imagen como en editable, es esto posible? con un nombre aleatorio

Hi,

We only provide support in english currently.

Good afternoon friend I was reading the documentation and I want to know if you can help me to save my image on the server in image as in editable, is this possible? with a random name

You can find a guide on how to save state here and how to load state here.

What type of custom modifications will required to make this editor compatible for ionic 3 or ionic 4 ?

I’m simply uploading photo captured from camera to apply filter, ionic has nothing to do with it i think. Also i haven’t changed anything in code so it can’t be affected bu anything

Ok i figured it out that its because of size, image i upload from mobile camera was atleast 3400 px in width and pixi application wasn’t digesting this much size of image so i just resized it to as low as 2000 and it works but will uploading from gallery is there any function available that i can use from service to reduce the size and then show to canvas ?

If applying filters to very large images, you might need to increase texture size via configuration, you can find more information here.

Can I add ready-to-use images with layers which User can edit? For example, I created a few templates, them Users open this template and edit

Hard to say what is the issue exactly, if you have this hosted online somewhere please create a ticket on our support site and include your site url: https://support.vebto.com.

Thanks!

This site can’t be reached
pixie.vebto.com refused to connect.

Seems to be working properly, on what browser does this issue occur?

1. Can I use it in an Angular application?
2. Can I opened Image editor on Modals window Angular application?
3. Can I disable some features? For example I don’t plan to use Draw
4. How to add our Shapes, Stickers and fonts?

Hi,

1, 2. Yes, however you might need to make a few changes depending on your angular app structure.

3. Yes, you can fully override the navigation menu.

4. You can find examples in the documentation here.

Can I use Font with Icons for Stickers? For example, fontawesome. How to upload all icons from this font?

You can if icons are in .svg format. You can find a guide for adding more stickers here.

hello support team

I want to set font style and font color while loading.

Please check my example at below URL , you can check my code in view source

Page http://13.56.215.142/image-edit/1.html

Code view-source:http://13.56.215.142/image-edit/1.html

I want to achieve something like below but don’t know right method.

pixie.getTool(‘text’).add(‘My Text’,{fontStyle: ‘Kalam’, Color: ’#FF0000’});

Can you please guide , text load with above font and red color.

Text load with below text but when try to apply font style and color at time causing issue. pixie.getTool(‘text’).add(‘My Text’);

Many many thanks,

Hi,

Please create a ticket regarding this on our support site and include your site url: https://support.vebto.com.

Thanks!

Do you guys have any future plan to add gif support and export or animation like this?

Hi,

We’ve no plans for it at the moment unfortunately.

Can I change input image by call api onload page and output image to server by api? App has Responsive on safari mobile?

Hi,

Yes, you can find documentation for it here.

Responsive: adding text on mobile doesn’t seem right, when i double click to edit text image zoom in to much, then I zoomed in, then the screen delay. PS: I test on iphone 6s+ -ios 10 and 6+ ios 12. I’am purchase by other account.

This should be improved with one of the future updates.

hi there, the default filters are not great – are there other instgram type filters that can be added easily ? tnx

Hi,

There are no other built-in filter at the moment unfortunately.

onLoad: function() { var template = pixie.getTool(‘text’); template.add(‘my text’); template.setBackGroundColor(‘Red’); template.setFont(‘kalam’); },

Can any one please reply how to set text style ?

Any document or page where I can check available function for text style.

Many thanks.

Hi,

Try this: pixie.getTool(‘text’).add(‘my text’, {fontSyle: ‘Times New Roman’});

If you have any other questions, please create a ticket regarding it on our support site: https://support.vebto.com.

Thanks!

Thanks for reply

I try to apply diff font like below but not working. pixie.getTool(‘text’).add(‘my text’, {fontSyle: ‘Kalam’});

With the same I try to apply colour but the same , function not working. pixie.getTool(‘text’).add(‘my text’, {color: ‘#FF0000’});

Can you please guide.

Many many thanks.

It’s hard to say what is the issue exactly without taking a look. If you have this hosted online somewhere, please create a ticket on our support site and include your site url: https://support.vebto.com.

Thanks!

Doesn’t seem like there is a way to force cropping which is pretty common for other image editors. Also the ratios are kind of weird and won’t do squares.

Hi,

You can disable crop ration selection via configuration and cropzone adjustments via mouse can be disabled as well via “crop.cropzone” setting. This should be simplified with a future update though.

Hello,

Please can you tell me if its possible to do a clip path?

For example, to add a vector shape, and when you save the PNG, that shape is transparent?

It can also be placed on different layers, so I can do a background image, then a clip path shape on top, and another image on top, and the middle is using the PNG alpha layer to save a transparent PNG

If not, would you consider quoting to develop it for me?

Hi,

There’s no built in way to do this currently.

We’re not taking on any custom work at the moment unfortunately.

okay, If need assistance to override the option, will you provide support for that

Also I need Upload overlay links outside in tool bar

Hi,

Please create a ticket regarding this on our support site: https://support.vebto.com.

Thanks!

Its good plugin, But I need less options in tool bar, is it possible? Please respond as soon as possible, I needs to buy this plugin.

Hi,

You can override all navigation menu items and some toolbar options via configuration.

hello there ! Thanks for your great work. I wanted to take a look on integration exaples that but the link you leave here doesnt work. http://pixie-integrate.vebto.com/ Can you please fix it ? I am interested in prestashop integration. Thanks!

Hi,

You can find the new online documentation here.

Hello! Have a few questions: 1. If I click History button – Objects box dissapear and vice-versa. Is it possible to show both “Objects list” and “History list” at the same time? 2. Is it possible to make objects outside the canvas targetable? The main concern is image resizing, corners are hidden and it is not quite convenient to resize further

Hi,

1. There’s no easy way to show both of those panels at the same time.

2. You can click on object name in “objects” box to select it.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey