Bug 10215 - e17 can not load pictures created with edje_cc
Summary: e17 can not load pictures created with edje_cc
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: e17 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 01:27 MSK by Valery Pipin
Modified: 2020-09-02 13:26 MSK (History)
1 user (show)

See Also:


Attachments
картинка (238.11 KB, application/octet-stream)
2006-10-31 16:11 MSK, Valery Pipin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Valery Pipin 2006-10-31 01:27:53 MSK
делаем картинку из jpg файла, компилируя строчки, приведенные ниже при помощи 
edje_cc. Полученая картинка не грузится в текущем e17. J
Картинка работоспособная, проверено в elive cd.
####################   
images{
image, "3560.jpg"             LOSSY 95;//
}
collections
{
// Customize away ;)
group{
name, "desktop/background";
      parts {
         part {
            name,          "kitoj1";
            mouse_events,  0;
            description {
               state,    "default" 0.0;
               rel1 {
                  relative, 0.0  0.0;
                  offset,   0    0;
               }
               rel2 {
                  relative, 1.0  1.0;
                  offset,   -1   -1;
               }
               image {
                  normal, "3560.jpg";
               }
               fill {
                  origin {
                     relative, 0.0 0.0;
                     offset,   0 0;
                  }
                  size {
                     relative, 1.0 1.0;
                     offset,   0 0;
                  }
               }
            }
         }
}
Comment 1 Igor Zubkov 2006-10-31 15:49:08 MSK
Картинку на которой такое происходит приложи.
Comment 2 Valery Pipin 2006-10-31 16:11:31 MSK
Created attachment 1669 [details]
картинка
Comment 3 Igor Zubkov 2007-01-09 02:19:59 MSK
re
Comment 4 Mikhail Gusarov 2008-06-13 13:00:39 MSD

    
Comment 5 Michael Shigorin 2008-10-20 12:55:03 MSD
reassign
Comment 6 Michael Shigorin 2020-09-02 13:26:43 MSK
Ещё актуально?